pub struct UnknownAddressType;Trait Implementations§
Source§impl Clone for UnknownAddressType
impl Clone for UnknownAddressType
Source§fn clone(&self) -> UnknownAddressType
fn clone(&self) -> UnknownAddressType
Returns a duplicate 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 Debug for UnknownAddressType
impl Debug for UnknownAddressType
Source§impl PartialEq for UnknownAddressType
impl PartialEq for UnknownAddressType
impl Eq for UnknownAddressType
impl StructuralPartialEq for UnknownAddressType
Auto Trait Implementations§
impl Freeze for UnknownAddressType
impl RefUnwindSafe for UnknownAddressType
impl Send for UnknownAddressType
impl Sync for UnknownAddressType
impl Unpin for UnknownAddressType
impl UnwindSafe for UnknownAddressType
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