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