Enum paypal_rust::resources::enums::payee_preferred::PayeePreferred
source · pub enum PayeePreferred {
Unrestricted,
ImmediatePaymentRequired,
}Variants§
Implementations§
Trait Implementations§
source§impl AsRef<str> for PayeePreferred
impl AsRef<str> for PayeePreferred
source§impl Clone for PayeePreferred
impl Clone for PayeePreferred
source§fn clone(&self) -> PayeePreferred
fn clone(&self) -> PayeePreferred
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 PayeePreferred
impl Debug for PayeePreferred
source§impl<'de> Deserialize<'de> for PayeePreferred
impl<'de> Deserialize<'de> for PayeePreferred
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Display for PayeePreferred
impl Display for PayeePreferred
source§impl PartialEq<PayeePreferred> for PayeePreferred
impl PartialEq<PayeePreferred> for PayeePreferred
source§fn eq(&self, other: &PayeePreferred) -> bool
fn eq(&self, other: &PayeePreferred) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for PayeePreferred
impl Serialize for PayeePreferred
impl Copy for PayeePreferred
impl Eq for PayeePreferred
impl StructuralEq for PayeePreferred
impl StructuralPartialEq for PayeePreferred
Auto Trait Implementations§
impl RefUnwindSafe for PayeePreferred
impl Send for PayeePreferred
impl Sync for PayeePreferred
impl Unpin for PayeePreferred
impl UnwindSafe for PayeePreferred
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.