Struct gear_pwasm_utils::EntryRef
source · pub struct EntryRef<T>(/* private fields */);
Expand description
Reference to the entry in the rerence list.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<T> !RefUnwindSafe for EntryRef<T>
impl<T> !Send for EntryRef<T>
impl<T> !Sync for EntryRef<T>
impl<T> Unpin for EntryRef<T>
impl<T> !UnwindSafe for EntryRef<T>
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