pub struct BarBar {}Trait Implementations§
impl StructuralPartialEq for BarBar
Auto Trait Implementations§
impl Freeze for BarBar
impl RefUnwindSafe for BarBar
impl Send for BarBar
impl Sync for BarBar
impl Unpin for BarBar
impl UnwindSafe for BarBar
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