pub struct Mixin;
Expand description
Represents the terminal symbol mixin
Trait Implementations§
Source§impl Ord for Mixin
impl Ord for Mixin
Source§impl PartialOrd for Mixin
impl PartialOrd for Mixin
impl Copy for Mixin
impl Eq for Mixin
impl StructuralPartialEq for Mixin
Auto Trait Implementations§
impl Freeze for Mixin
impl RefUnwindSafe for Mixin
impl Send for Mixin
impl Sync for Mixin
impl Unpin for Mixin
impl UnwindSafe for Mixin
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