Struct pwasm_utils::Entry
source · [−]pub struct Entry<T> { /* private fields */ }
Expand description
Reference counting, link-handling object.
Implementations
Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for Entry<T> where
T: RefUnwindSafe,
impl<T> Send for Entry<T> where
T: Send,
impl<T> Sync for Entry<T> where
T: Sync,
impl<T> Unpin for Entry<T> where
T: Unpin,
impl<T> UnwindSafe for Entry<T> where
T: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more