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