pub struct ImportInherit { /* private fields */ }
Expand description
ImportInherit
Trait Implementations§
Source§impl Clone for ImportInherit
impl Clone for ImportInherit
Source§fn clone(&self) -> ImportInherit
fn clone(&self) -> ImportInherit
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ImportInherit
impl Debug for ImportInherit
Source§impl Hash for ImportInherit
impl Hash for ImportInherit
Source§impl Ord for ImportInherit
impl Ord for ImportInherit
Source§fn cmp(&self, other: &ImportInherit) -> Ordering
fn cmp(&self, other: &ImportInherit) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ImportInherit
impl PartialEq for ImportInherit
Source§impl PartialOrd for ImportInherit
impl PartialOrd for ImportInherit
impl Eq for ImportInherit
impl StructuralPartialEq for ImportInherit
Auto Trait Implementations§
impl Freeze for ImportInherit
impl RefUnwindSafe for ImportInherit
impl Send for ImportInherit
impl Sync for ImportInherit
impl Unpin for ImportInherit
impl UnwindSafe for ImportInherit
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