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