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