pub struct Strain { /* private fields */ }Implementations§
Trait Implementations§
impl Copy for Strain
impl StructuralPartialEq for Strain
Auto Trait Implementations§
impl Freeze for Strain
impl RefUnwindSafe for Strain
impl Send for Strain
impl Sync for Strain
impl Unpin for Strain
impl UnsafeUnpin for Strain
impl UnwindSafe for Strain
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