pub struct TieUp { /* private fields */ }Expand description
A tie-up of a loom
Implementations§
Trait Implementations§
impl StructuralPartialEq for TieUp
Auto Trait Implementations§
impl Freeze for TieUp
impl RefUnwindSafe for TieUp
impl Send for TieUp
impl Sync for TieUp
impl Unpin for TieUp
impl UnwindSafe for TieUp
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