pub struct AccountHolderName(/* private fields */);Expand description
A non-empty account holder name.
Implementations§
Trait Implementations§
Source§impl Clone for AccountHolderName
impl Clone for AccountHolderName
Source§fn clone(&self) -> AccountHolderName
fn clone(&self) -> AccountHolderName
Returns a duplicate 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 AccountHolderName
impl Debug for AccountHolderName
Source§impl Display for AccountHolderName
impl Display for AccountHolderName
Source§impl Hash for AccountHolderName
impl Hash for AccountHolderName
Source§impl Ord for AccountHolderName
impl Ord for AccountHolderName
Source§fn cmp(&self, other: &AccountHolderName) -> Ordering
fn cmp(&self, other: &AccountHolderName) -> 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 AccountHolderName
impl PartialEq for AccountHolderName
Source§impl PartialOrd for AccountHolderName
impl PartialOrd for AccountHolderName
impl Eq for AccountHolderName
impl StructuralPartialEq for AccountHolderName
Auto Trait Implementations§
impl Freeze for AccountHolderName
impl RefUnwindSafe for AccountHolderName
impl Send for AccountHolderName
impl Sync for AccountHolderName
impl Unpin for AccountHolderName
impl UnsafeUnpin for AccountHolderName
impl UnwindSafe for AccountHolderName
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