pub struct OpenComponentStorageById;
Trait Implementations§
Source§impl Method for OpenComponentStorageById
impl Method for OpenComponentStorageById
Source§type Protocol = StorageAdmin
type Protocol = StorageAdmin
The protocol the method is a member of.
Source§type Request = WireStorageAdminOpenComponentStorageByIdRequest<'static>
type Request = WireStorageAdminOpenComponentStorageByIdRequest<'static>
The request 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