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