pub struct Mix {}
Expand description
A marker for a specific node type. See Node::add_mix
.
Auto Trait Implementations§
impl Freeze for Mix
impl RefUnwindSafe for Mix
impl Send for Mix
impl Sync for Mix
impl Unpin for Mix
impl UnwindSafe for Mix
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