pub enum Tightness {
High,
Low,
}Variants§
Trait Implementations§
impl Copy for Tightness
Auto Trait Implementations§
impl Freeze for Tightness
impl RefUnwindSafe for Tightness
impl Send for Tightness
impl Sync for Tightness
impl Unpin for Tightness
impl UnwindSafe for Tightness
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