pub enum NetworkUnchecked {}
Expand description
Marker that address’s network has not yet been validated. See section Parsing addresses
on Address
for details.
Trait Implementations§
Source§impl Clone for NetworkUnchecked
impl Clone for NetworkUnchecked
Source§fn clone(&self) -> NetworkUnchecked
fn clone(&self) -> NetworkUnchecked
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 Debug for NetworkUnchecked
impl Debug for NetworkUnchecked
Source§impl Hash for NetworkUnchecked
impl Hash for NetworkUnchecked
Source§impl NetworkValidation for NetworkUnchecked
impl NetworkValidation for NetworkUnchecked
Source§const IS_CHECKED: bool = false
const IS_CHECKED: bool = false
Indicates whether this
NetworkValidation
is NetworkChecked
or not.Source§impl Ord for NetworkUnchecked
impl Ord for NetworkUnchecked
Source§fn cmp(&self, other: &NetworkUnchecked) -> Ordering
fn cmp(&self, other: &NetworkUnchecked) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for NetworkUnchecked
impl PartialEq for NetworkUnchecked
Source§impl PartialOrd for NetworkUnchecked
impl PartialOrd for NetworkUnchecked
impl Eq for NetworkUnchecked
impl StructuralPartialEq for NetworkUnchecked
Auto Trait Implementations§
impl Freeze for NetworkUnchecked
impl RefUnwindSafe for NetworkUnchecked
impl Send for NetworkUnchecked
impl Sync for NetworkUnchecked
impl Unpin for NetworkUnchecked
impl UnwindSafe for NetworkUnchecked
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)