pub struct SpoolServiceSetSpoolMount;Trait Implementations§
Source§impl Rpc for SpoolServiceSetSpoolMount
impl Rpc for SpoolServiceSetSpoolMount
const METHOD: &'static MethodDescriptor
type Request = SetSpoolMountRequest
type Response = MutationResponse
impl UnaryRpc for SpoolServiceSetSpoolMount
Auto Trait Implementations§
impl Freeze for SpoolServiceSetSpoolMount
impl RefUnwindSafe for SpoolServiceSetSpoolMount
impl Send for SpoolServiceSetSpoolMount
impl Sync for SpoolServiceSetSpoolMount
impl Unpin for SpoolServiceSetSpoolMount
impl UnsafeUnpin for SpoolServiceSetSpoolMount
impl UnwindSafe for SpoolServiceSetSpoolMount
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more