pub struct InElastic;Expand description
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InElastic
impl RefUnwindSafe for InElastic
impl Send for InElastic
impl Sync for InElastic
impl Unpin for InElastic
impl UnwindSafe for InElastic
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