pub struct IndividualAddress { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IndividualAddress
impl RefUnwindSafe for IndividualAddress
impl Send for IndividualAddress
impl Sync for IndividualAddress
impl Unpin 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