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