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