pub enum NetworkChecked {}
Expand description
Marker that address’s network has been successfully validated. See section Parsing addresses
on Address
for details.
Trait Implementations§
Source§impl Clone for NetworkChecked
impl Clone for NetworkChecked
Source§fn clone(&self) -> NetworkChecked
fn clone(&self) -> NetworkChecked
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 NetworkChecked
impl Debug for NetworkChecked
Source§impl Hash for NetworkChecked
impl Hash for NetworkChecked
Source§impl NetworkValidation for NetworkChecked
impl NetworkValidation for NetworkChecked
Source§const IS_CHECKED: bool = true
const IS_CHECKED: bool = true
Indicates whether this
NetworkValidation
is NetworkChecked
or not.Source§impl Ord for NetworkChecked
impl Ord for NetworkChecked
Source§fn cmp(&self, other: &NetworkChecked) -> Ordering
fn cmp(&self, other: &NetworkChecked) -> 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 NetworkChecked
impl PartialEq for NetworkChecked
Source§impl PartialOrd for NetworkChecked
impl PartialOrd for NetworkChecked
impl Eq for NetworkChecked
impl StructuralPartialEq for NetworkChecked
Auto Trait Implementations§
impl Freeze for NetworkChecked
impl RefUnwindSafe for NetworkChecked
impl Send for NetworkChecked
impl Sync for NetworkChecked
impl Unpin for NetworkChecked
impl UnwindSafe for NetworkChecked
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
)