pub struct ImportArgument(/* private fields */);
Expand description
ImportArgument
Trait Implementations§
Source§impl Clone for ImportArgument
impl Clone for ImportArgument
Source§fn clone(&self) -> ImportArgument
fn clone(&self) -> ImportArgument
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 ImportArgument
impl Debug for ImportArgument
Source§impl Hash for ImportArgument
impl Hash for ImportArgument
Source§impl Ord for ImportArgument
impl Ord for ImportArgument
Source§fn cmp(&self, other: &ImportArgument) -> Ordering
fn cmp(&self, other: &ImportArgument) -> 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 ImportArgument
impl PartialEq for ImportArgument
Source§impl PartialOrd for ImportArgument
impl PartialOrd for ImportArgument
impl Eq for ImportArgument
impl StructuralPartialEq for ImportArgument
Auto Trait Implementations§
impl Freeze for ImportArgument
impl RefUnwindSafe for ImportArgument
impl Send for ImportArgument
impl Sync for ImportArgument
impl Unpin for ImportArgument
impl UnwindSafe for ImportArgument
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