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