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