pub enum RefBase {
Root,
Sibling,
Uncle,
Prev,
Next,
Index,
This,
}Variants§
Trait Implementations§
impl Copy for RefBase
impl Eq for RefBase
impl StructuralPartialEq for RefBase
Auto Trait Implementations§
impl Freeze for RefBase
impl RefUnwindSafe for RefBase
impl Send for RefBase
impl Sync for RefBase
impl Unpin for RefBase
impl UnsafeUnpin for RefBase
impl UnwindSafe for RefBase
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