Struct AccountHolderName
pub struct AccountHolderName(/* private fields */);Expand description
A non-empty account holder name.
Implementations§
§impl AccountHolderName
impl AccountHolderName
Trait Implementations§
§impl Clone for AccountHolderName
impl Clone for AccountHolderName
§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 more§impl Debug for AccountHolderName
impl Debug for AccountHolderName
§impl Display for AccountHolderName
impl Display for AccountHolderName
§impl Hash for AccountHolderName
impl Hash for AccountHolderName
§impl Ord for AccountHolderName
impl Ord for AccountHolderName
§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
§impl PartialEq for AccountHolderName
impl PartialEq for AccountHolderName
§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