struct FasNodeIndex(usize);Tuple Fields§
§0: usizeTrait Implementations§
Source§impl Clone for FasNodeIndex
impl Clone for FasNodeIndex
Source§fn clone(&self) -> FasNodeIndex
fn clone(&self) -> FasNodeIndex
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FasNodeIndex
impl Debug for FasNodeIndex
Source§impl Index<FasNodeIndex> for FasNodeContainer
impl Index<FasNodeIndex> for FasNodeContainer
Source§type Output = LinkedListEntry<FasNode, FasNodeIndex>
type Output = LinkedListEntry<FasNode, FasNodeIndex>
The returned type after indexing.
Source§impl IndexMut<FasNodeIndex> for FasNodeContainer
impl IndexMut<FasNodeIndex> for FasNodeContainer
Source§impl PartialEq for FasNodeIndex
impl PartialEq for FasNodeIndex
impl Copy for FasNodeIndex
impl StructuralPartialEq for FasNodeIndex
Auto Trait Implementations§
impl Freeze for FasNodeIndex
impl RefUnwindSafe for FasNodeIndex
impl Send for FasNodeIndex
impl Sync for FasNodeIndex
impl Unpin for FasNodeIndex
impl UnsafeUnpin for FasNodeIndex
impl UnwindSafe for FasNodeIndex
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