Struct orx_selfref_col::RefsSingle
source · pub struct RefsSingle<V>(/* private fields */)
where
V: Variant;
Expand description
A single node reference.
Implementations§
Trait Implementations§
source§impl<V: Variant> Clone for RefsSingle<V>
impl<V: Variant> Clone for RefsSingle<V>
source§impl<V: Variant> Debug for RefsSingle<V>
impl<V: Variant> Debug for RefsSingle<V>
Auto Trait Implementations§
impl<V> Freeze for RefsSingle<V>
impl<V> RefUnwindSafe for RefsSingle<V>where
<V as Variant>::Prev: RefUnwindSafe,
<V as Variant>::Next: RefUnwindSafe,
<V as Variant>::Item: RefUnwindSafe,
impl<V> !Send for RefsSingle<V>
impl<V> !Sync for RefsSingle<V>
impl<V> Unpin for RefsSingle<V>
impl<V> UnwindSafe for RefsSingle<V>where
<V as Variant>::Prev: RefUnwindSafe,
<V as Variant>::Next: RefUnwindSafe,
<V as Variant>::Item: 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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)