Struct afrim_memory::Node
source · pub struct Node {
pub depth: usize,
pub key: char,
/* private fields */
}Expand description
Extra information for a Node.
Fields§
§depth: usizeDepth of the node.
key: charCharacter holded by the node.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Node
impl !Send for Node
impl !Sync for Node
impl Unpin for Node
impl !UnwindSafe for Node
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