pub enum AddressChangeReason {
DynamicConflict,
RequestedConflict,
StaticConflict,
HostnameConflict,
}Variants§
Trait Implementations§
Source§impl Clone for AddressChangeReason
impl Clone for AddressChangeReason
Source§fn clone(&self) -> AddressChangeReason
fn clone(&self) -> AddressChangeReason
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 moreSource§impl Debug for AddressChangeReason
impl Debug for AddressChangeReason
impl Eq for AddressChangeReason
Source§impl PartialEq for AddressChangeReason
impl PartialEq for AddressChangeReason
Source§fn eq(&self, other: &AddressChangeReason) -> bool
fn eq(&self, other: &AddressChangeReason) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AddressChangeReason
Auto Trait Implementations§
impl Freeze for AddressChangeReason
impl RefUnwindSafe for AddressChangeReason
impl Send for AddressChangeReason
impl Sync for AddressChangeReason
impl Unpin for AddressChangeReason
impl UnsafeUnpin for AddressChangeReason
impl UnwindSafe for AddressChangeReason
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