pub struct SpoolServiceSetSupportAccess;Trait Implementations§
Source§impl Rpc for SpoolServiceSetSupportAccess
impl Rpc for SpoolServiceSetSupportAccess
const METHOD: &'static MethodDescriptor
type Request = SetSupportAccessRequest
type Response = MutationResponse
impl UnaryRpc for SpoolServiceSetSupportAccess
Auto Trait Implementations§
impl Freeze for SpoolServiceSetSupportAccess
impl RefUnwindSafe for SpoolServiceSetSupportAccess
impl Send for SpoolServiceSetSupportAccess
impl Sync for SpoolServiceSetSupportAccess
impl Unpin for SpoolServiceSetSupportAccess
impl UnsafeUnpin for SpoolServiceSetSupportAccess
impl UnwindSafe for SpoolServiceSetSupportAccess
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