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