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