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