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