pub enum BinaryTreeInvariantError {
Type1,
Type2,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BinaryTreeInvariantError
impl RefUnwindSafe for BinaryTreeInvariantError
impl Send for BinaryTreeInvariantError
impl Sync for BinaryTreeInvariantError
impl Unpin for BinaryTreeInvariantError
impl UnwindSafe for BinaryTreeInvariantError
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