pub struct FactorName(/* private fields */);Expand description
A non-empty factor name.
Implementations§
Source§impl FactorName
impl FactorName
Trait Implementations§
Source§impl AsRef<str> for FactorName
impl AsRef<str> for FactorName
Source§impl Clone for FactorName
impl Clone for FactorName
Source§fn clone(&self) -> FactorName
fn clone(&self) -> FactorName
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 FactorName
impl Debug for FactorName
Source§impl Display for FactorName
impl Display for FactorName
Source§impl FromStr for FactorName
impl FromStr for FactorName
Source§impl Hash for FactorName
impl Hash for FactorName
Source§impl Ord for FactorName
impl Ord for FactorName
Source§fn cmp(&self, other: &FactorName) -> Ordering
fn cmp(&self, other: &FactorName) -> 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 FactorName
impl PartialEq for FactorName
Source§fn eq(&self, other: &FactorName) -> bool
fn eq(&self, other: &FactorName) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for FactorName
impl PartialOrd for FactorName
impl Eq for FactorName
impl StructuralPartialEq for FactorName
Auto Trait Implementations§
impl Freeze for FactorName
impl RefUnwindSafe for FactorName
impl Send for FactorName
impl Sync for FactorName
impl Unpin for FactorName
impl UnsafeUnpin for FactorName
impl UnwindSafe for FactorName
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