pub struct AddressTag;Available on crate feature
avl only.Trait Implementations§
Source§impl AvlItem<AddressTag> for RangeSeg
impl AvlItem<AddressTag> for RangeSeg
fn get_node(&self) -> &mut AvlNode<Self, AddressTag>
Auto Trait Implementations§
impl Freeze for AddressTag
impl RefUnwindSafe for AddressTag
impl Send for AddressTag
impl Sync for AddressTag
impl Unpin for AddressTag
impl UnwindSafe for AddressTag
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