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