pub struct TreeIter(/* private fields */);
Trait Implementations§
Source§impl Ord for TreeIter
impl Ord for TreeIter
Source§impl PartialOrd for TreeIter
impl PartialOrd for TreeIter
Source§impl StaticType for TreeIter
impl StaticType for TreeIter
Source§fn static_type() -> Type
fn static_type() -> Type
Returns the type identifier of
Self
.impl Eq for TreeIter
impl StructuralPartialEq for TreeIter
Auto Trait Implementations§
impl Freeze for TreeIter
impl RefUnwindSafe for TreeIter
impl !Send for TreeIter
impl !Sync for TreeIter
impl Unpin for TreeIter
impl UnwindSafe for TreeIter
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