pub enum AssocDir {
Left,
Right,
}Variants§
Trait Implementations§
impl StructuralPartialEq for AssocDir
Auto Trait Implementations§
impl Freeze for AssocDir
impl RefUnwindSafe for AssocDir
impl Send for AssocDir
impl Sync for AssocDir
impl Unpin for AssocDir
impl UnsafeUnpin for AssocDir
impl UnwindSafe for AssocDir
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