struct FasNodeContainer {
nodes: Vec<LinkedListEntry<FasNode, FasNodeIndex>>,
}Fields§
§nodes: Vec<LinkedListEntry<FasNode, FasNodeIndex>>Trait Implementations§
Source§impl Debug for FasNodeContainer
impl Debug for FasNodeContainer
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
Auto Trait Implementations§
impl Freeze for FasNodeContainer
impl RefUnwindSafe for FasNodeContainer
impl Send for FasNodeContainer
impl Sync for FasNodeContainer
impl Unpin for FasNodeContainer
impl UnsafeUnpin for FasNodeContainer
impl UnwindSafe for FasNodeContainer
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