[−][src]Struct rc_dlist_deque::dlist::Link
In a node, its potential membership of a list.
At least one of these should appear in each node.
Not needed with Node1
, where this is implicit.
struct Link<N,S> where S : Selector<Node=N>
Methods
impl<N, S: Selector<Node = N>> Link<N, S>
[src]
Trait Implementations
Auto Trait Implementations
impl<N, S> !RefUnwindSafe for Link<N, S>
impl<N, S> !Send for Link<N, S>
impl<N, S> !Sync for Link<N, S>
impl<N, S> Unpin for Link<N, S> where
S: Unpin,
S: Unpin,
impl<N, S> UnwindSafe for Link<N, S> where
N: RefUnwindSafe,
S: UnwindSafe,
N: RefUnwindSafe,
S: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,