pub struct ImportModuleName(/* private fields */);Implementations§
Trait Implementations§
Source§impl AsRef<str> for ImportModuleName
impl AsRef<str> for ImportModuleName
Source§impl Clone for ImportModuleName
impl Clone for ImportModuleName
Source§fn clone(&self) -> ImportModuleName
fn clone(&self) -> ImportModuleName
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ImportModuleName
impl Debug for ImportModuleName
Source§impl Display for ImportModuleName
impl Display for ImportModuleName
Source§impl FromStr for ImportModuleName
impl FromStr for ImportModuleName
Source§impl Hash for ImportModuleName
impl Hash for ImportModuleName
Source§impl Ord for ImportModuleName
impl Ord for ImportModuleName
Source§fn cmp(&self, other: &ImportModuleName) -> Ordering
fn cmp(&self, other: &ImportModuleName) -> Ordering
1.21.0 (const: unstable) · 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 ImportModuleName
impl PartialEq for ImportModuleName
Source§fn eq(&self, other: &ImportModuleName) -> bool
fn eq(&self, other: &ImportModuleName) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for ImportModuleName
impl PartialOrd for ImportModuleName
Source§impl TryFrom<&str> for ImportModuleName
impl TryFrom<&str> for ImportModuleName
impl Eq for ImportModuleName
impl StructuralPartialEq for ImportModuleName
Auto Trait Implementations§
impl Freeze for ImportModuleName
impl RefUnwindSafe for ImportModuleName
impl Send for ImportModuleName
impl Sync for ImportModuleName
impl Unpin for ImportModuleName
impl UnsafeUnpin for ImportModuleName
impl UnwindSafe for ImportModuleName
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