pub struct SecondaryAddress { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for SecondaryAddress
impl Clone for SecondaryAddress
Source§fn clone(&self) -> SecondaryAddress
fn clone(&self) -> SecondaryAddress
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 Default for SecondaryAddress
impl Default for SecondaryAddress
Source§fn default() -> SecondaryAddress
fn default() -> SecondaryAddress
Returns the “default value” for a type. Read more
Source§impl Display for SecondaryAddress
impl Display for SecondaryAddress
impl Copy for SecondaryAddress
Auto Trait Implementations§
impl Freeze for SecondaryAddress
impl RefUnwindSafe for SecondaryAddress
impl Send for SecondaryAddress
impl Sync for SecondaryAddress
impl Unpin for SecondaryAddress
impl UnwindSafe for SecondaryAddress
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