pub struct StorageData {
pub inner: Object,
}
Fields§
§inner: Object
Implementations§
Trait Implementations§
Source§impl Clone for StorageData
impl Clone for StorageData
Source§fn clone(&self) -> StorageData
fn clone(&self) -> StorageData
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for StorageData
impl Debug for StorageData
Auto Trait Implementations§
impl Freeze for StorageData
impl RefUnwindSafe for StorageData
impl !Send for StorageData
impl !Sync for StorageData
impl Unpin for StorageData
impl UnwindSafe for StorageData
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