pub struct Drop;
Trait Implementations§
Source§impl Method for Drop
impl Method for Drop
Source§type Protocol = CapabilityStore
type Protocol = CapabilityStore
The protocol the method is a member of.
Source§type Request = WireCapabilityStoreDropRequest
type Request = WireCapabilityStoreDropRequest
The request payload for the method.
Source§type Response = WireFlexibleResult<'static, (), WireCapabilityStoreError>
type Response = WireFlexibleResult<'static, (), WireCapabilityStoreError>
The response payload for the method.
Auto Trait Implementations§
impl Freeze for Drop
impl RefUnwindSafe for Drop
impl Send for Drop
impl Sync for Drop
impl Unpin for Drop
impl UnwindSafe for Drop
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