pub struct Yarn { /* private fields */ }Expand description
A yarn that is used in the weaving
Implementations§
Trait Implementations§
impl Eq for Yarn
impl StructuralPartialEq for Yarn
Auto Trait Implementations§
impl Freeze for Yarn
impl RefUnwindSafe for Yarn
impl Send for Yarn
impl Sync for Yarn
impl Unpin for Yarn
impl UnwindSafe for Yarn
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