pub struct DeleteComponentStorage;
Trait Implementations§
Source§impl Method for DeleteComponentStorage
impl Method for DeleteComponentStorage
Source§type Protocol = StorageAdmin
type Protocol = StorageAdmin
The protocol the method is a member of.
Source§type Request = WireStorageAdminDeleteComponentStorageRequest<'static>
type Request = WireStorageAdminDeleteComponentStorageRequest<'static>
The request payload for the method.
Auto Trait Implementations§
impl Freeze for DeleteComponentStorage
impl RefUnwindSafe for DeleteComponentStorage
impl Send for DeleteComponentStorage
impl Sync for DeleteComponentStorage
impl Unpin for DeleteComponentStorage
impl UnwindSafe for DeleteComponentStorage
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