pub struct GetPlan;
Trait Implementations
sourceimpl ServiceT for GetPlan
impl ServiceT for GetPlan
type Request = GetPlan_Request
type Response = GetPlan_Response
fn type_support() -> *const c_void
Auto Trait Implementations
impl RefUnwindSafe for GetPlan
impl Send for GetPlan
impl Sync for GetPlan
impl Unpin for GetPlan
impl UnwindSafe for GetPlan
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more