pub struct compound(/* private fields */);
Trait Implementations§
impl StructuralPartialEq for compound
Auto Trait Implementations§
impl Freeze for compound
impl RefUnwindSafe for compound
impl Send for compound
impl Sync for compound
impl Unpin for compound
impl UnwindSafe for compound
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