pub struct InvCell<T> { /* private fields */ }๐Deprecated: use
vstd::cell::invcell::InvCell insteadExpand description
Now deprecated See invcell::InvCell instead
Implementationsยง
Auto Trait Implementationsยง
impl<T> !Freeze for InvCell<T>
impl<T> !RefUnwindSafe for InvCell<T>
impl<T> Send for InvCell<T>where
T: Send,
impl<T> !Sync for InvCell<T>
impl<T> Unpin for InvCell<T>where
T: Unpin,
impl<T> UnwindSafe for InvCell<T>where
T: UnwindSafe + RefUnwindSafe,
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
Sourceยงimpl<T, U> IntoSpecImpl<U> for Twhere
U: From<T>,
impl<T, U> IntoSpecImpl<U> for Twhere
U: From<T>,
Sourceยงimpl<T, VERUS_SPEC__A> TryFromSpec<T> for VERUS_SPEC__Awhere
VERUS_SPEC__A: TryFrom<T>,
impl<T, VERUS_SPEC__A> TryFromSpec<T> for VERUS_SPEC__Awhere
VERUS_SPEC__A: TryFrom<T>,
Sourceยงexec fn obeys_try_from_spec() -> bool
exec fn obeys_try_from_spec() -> bool
Sourceยงimpl<T, VERUS_SPEC__A> TryIntoSpec<T> for VERUS_SPEC__Awhere
VERUS_SPEC__A: TryInto<T>,
impl<T, VERUS_SPEC__A> TryIntoSpec<T> for VERUS_SPEC__Awhere
VERUS_SPEC__A: TryInto<T>,
Sourceยงexec fn obeys_try_into_spec() -> bool
exec fn obeys_try_into_spec() -> bool
Sourceยงimpl<T, U> TryIntoSpecImpl<U> for Twhere
U: TryFrom<T>,
impl<T, U> TryIntoSpecImpl<U> for Twhere
U: TryFrom<T>,
Sourceยงopen spec fn obeys_try_into_spec() -> bool
open spec fn obeys_try_into_spec() -> bool
{ <U as TryFromSpec<Self>>::obeys_try_from_spec() }