pub struct Equal { /* private fields */ }
Expand description
Equal node.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Equal
impl !RefUnwindSafe for Equal
impl !Send for Equal
impl !Sync for Equal
impl Unpin for Equal
impl !UnwindSafe for Equal
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