pub struct inheritedFrom;Trait Implementations§
Source§impl Field for inheritedFrom
impl Field for inheritedFrom
Auto Trait Implementations§
impl Freeze for inheritedFrom
impl RefUnwindSafe for inheritedFrom
impl Send for inheritedFrom
impl Sync for inheritedFrom
impl Unpin for inheritedFrom
impl UnwindSafe for inheritedFrom
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