pub struct OpenComponentStorageById;Trait Implementations§
Source§impl Method for OpenComponentStorageById
impl Method for OpenComponentStorageById
Source§const FLEXIBILITY: Flexibility = ::fidl_next::protocol::Flexibility::Strict
const FLEXIBILITY: Flexibility = ::fidl_next::protocol::Flexibility::Strict
The flexibility of the method.
Source§type Protocol = StorageAdmin
type Protocol = StorageAdmin
The protocol the method is a member of.
Source§type Request = StorageAdminOpenComponentStorageByIdRequest<'static>
type Request = StorageAdminOpenComponentStorageByIdRequest<'static>
The request payload for the method.
Source§impl<___R> Respond<___R> for OpenComponentStorageById
impl<___R> Respond<___R> for OpenComponentStorageById
Source§impl<___R> RespondErr<___R> for OpenComponentStorageById
impl<___R> RespondErr<___R> for OpenComponentStorageById
Source§impl TwoWayMethod for OpenComponentStorageById
impl TwoWayMethod for OpenComponentStorageById
Source§type Response = WireResult<'static, StorageAdminOpenComponentStorageByIdResponse, Error>
type Response = WireResult<'static, StorageAdminOpenComponentStorageByIdResponse, Error>
The response payload for the method.
Auto Trait Implementations§
impl Freeze for OpenComponentStorageById
impl RefUnwindSafe for OpenComponentStorageById
impl Send for OpenComponentStorageById
impl Sync for OpenComponentStorageById
impl Unpin for OpenComponentStorageById
impl UnwindSafe for OpenComponentStorageById
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
Source§impl<T, D> Encode<Ambiguous1, D> for Twhere
D: ResourceDialect,
impl<T, D> Encode<Ambiguous1, D> for Twhere
D: ResourceDialect,
Source§impl<T, D> Encode<Ambiguous2, D> for Twhere
D: ResourceDialect,
impl<T, D> Encode<Ambiguous2, D> for Twhere
D: ResourceDialect,
§impl<T> InstanceFromServiceTransport<T> for T
impl<T> InstanceFromServiceTransport<T> for T
§fn from_service_transport(handle: T) -> T
fn from_service_transport(handle: T) -> T
Converts the given service transport handle of type
T to [Self]