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