pub enum AddressMatchXPub {
Yes,
No,
}
Variants§
Trait Implementations§
Source§impl Clone for AddressMatchXPub
impl Clone for AddressMatchXPub
Source§fn clone(&self) -> AddressMatchXPub
fn clone(&self) -> AddressMatchXPub
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 AddressMatchXPub
impl Debug for AddressMatchXPub
Source§impl Hash for AddressMatchXPub
impl Hash for AddressMatchXPub
Source§impl Ord for AddressMatchXPub
impl Ord for AddressMatchXPub
Source§fn cmp(&self, other: &AddressMatchXPub) -> Ordering
fn cmp(&self, other: &AddressMatchXPub) -> 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 AddressMatchXPub
impl PartialEq for AddressMatchXPub
Source§impl PartialOrd for AddressMatchXPub
impl PartialOrd for AddressMatchXPub
impl Eq for AddressMatchXPub
impl StructuralPartialEq for AddressMatchXPub
Auto Trait Implementations§
impl Freeze for AddressMatchXPub
impl RefUnwindSafe for AddressMatchXPub
impl Send for AddressMatchXPub
impl Sync for AddressMatchXPub
impl Unpin for AddressMatchXPub
impl UnwindSafe for AddressMatchXPub
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§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read more