Struct fuel_storage::StorageRef
source · [−]Expand description
The wrapper around the storage that supports only methods from StorageInspect
.
Implementations
Auto Trait Implementations
impl<'a, T: ?Sized, Type> RefUnwindSafe for StorageRef<'a, T, Type>where
T: RefUnwindSafe,
Type: RefUnwindSafe,
impl<'a, T: ?Sized, Type> Send for StorageRef<'a, T, Type>where
T: Sync,
Type: Send,
impl<'a, T: ?Sized, Type> Sync for StorageRef<'a, T, Type>where
T: Sync,
Type: Sync,
impl<'a, T: ?Sized, Type> Unpin for StorageRef<'a, T, Type>where
Type: Unpin,
impl<'a, T: ?Sized, Type> UnwindSafe for StorageRef<'a, T, Type>where
T: RefUnwindSafe,
Type: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more