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