pub struct PrimaryAddress { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for PrimaryAddress
impl Clone for PrimaryAddress
Source§fn clone(&self) -> PrimaryAddress
fn clone(&self) -> PrimaryAddress
Returns a copy 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 Display for PrimaryAddress
impl Display for PrimaryAddress
impl Copy for PrimaryAddress
Auto Trait Implementations§
impl Freeze for PrimaryAddress
impl RefUnwindSafe for PrimaryAddress
impl Send for PrimaryAddress
impl Sync for PrimaryAddress
impl Unpin for PrimaryAddress
impl UnwindSafe for PrimaryAddress
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