pub enum PerUnit {
Inch,
Centimeter,
}Expand description
Unit used in weaving
Variants§
Trait Implementations§
impl Copy for PerUnit
impl Eq for PerUnit
impl StructuralPartialEq for PerUnit
Auto Trait Implementations§
impl Freeze for PerUnit
impl RefUnwindSafe for PerUnit
impl Send for PerUnit
impl Sync for PerUnit
impl Unpin for PerUnit
impl UnwindSafe for PerUnit
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