pub struct AddressLine1(/* private fields */);Implementations§
Source§impl AddressLine1
impl AddressLine1
Trait Implementations§
Source§impl AsRef<str> for AddressLine1
impl AsRef<str> for AddressLine1
Source§impl Clone for AddressLine1
impl Clone for AddressLine1
Source§fn clone(&self) -> AddressLine1
fn clone(&self) -> AddressLine1
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 AddressLine1
impl Debug for AddressLine1
Source§impl Display for AddressLine1
impl Display for AddressLine1
Source§impl From<AddressLine1> for AddressLine
impl From<AddressLine1> for AddressLine
Source§fn from(value: AddressLine1) -> Self
fn from(value: AddressLine1) -> Self
Converts to this type from the input type.
Source§impl FromStr for AddressLine1
impl FromStr for AddressLine1
Source§impl Hash for AddressLine1
impl Hash for AddressLine1
Source§impl Ord for AddressLine1
impl Ord for AddressLine1
Source§fn cmp(&self, other: &AddressLine1) -> Ordering
fn cmp(&self, other: &AddressLine1) -> 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 AddressLine1
impl PartialEq for AddressLine1
Source§impl PartialOrd for AddressLine1
impl PartialOrd for AddressLine1
Source§impl TryFrom<&str> for AddressLine1
impl TryFrom<&str> for AddressLine1
impl Eq for AddressLine1
impl StructuralPartialEq for AddressLine1
Auto Trait Implementations§
impl Freeze for AddressLine1
impl RefUnwindSafe for AddressLine1
impl Send for AddressLine1
impl Sync for AddressLine1
impl Unpin for AddressLine1
impl UnsafeUnpin for AddressLine1
impl UnwindSafe for AddressLine1
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