[−][src]Struct stripe::CardId
Methods
impl CardId[src]
impl CardIdTrait Implementations
impl Clone for CardId[src]
impl Clone for CardIdfn clone(&self) -> CardId[src]
fn clone(&self) -> CardIdfn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl From<CardId> for PaymentSourceId[src]
impl From<CardId> for PaymentSourceIdimpl Eq for CardId[src]
impl Eq for CardIdimpl PartialOrd<CardId> for CardId[src]
impl PartialOrd<CardId> for CardIdfn partial_cmp(&self, other: &CardId) -> Option<Ordering>[src]
fn partial_cmp(&self, other: &CardId) -> Option<Ordering>fn lt(&self, other: &CardId) -> bool[src]
fn lt(&self, other: &CardId) -> boolfn le(&self, other: &CardId) -> bool[src]
fn le(&self, other: &CardId) -> boolfn gt(&self, other: &CardId) -> bool[src]
fn gt(&self, other: &CardId) -> boolfn ge(&self, other: &CardId) -> bool[src]
fn ge(&self, other: &CardId) -> boolimpl PartialEq<CardId> for CardId[src]
impl PartialEq<CardId> for CardIdimpl Ord for CardId[src]
impl Ord for CardIdfn cmp(&self, other: &CardId) -> Ordering[src]
fn cmp(&self, other: &CardId) -> Orderingfn max(self, other: Self) -> Self1.21.0[src]
fn max(self, other: Self) -> Self1.21.0
[src]Compares and returns the maximum of two values. Read more
fn min(self, other: Self) -> Self1.21.0[src]
fn min(self, other: Self) -> Self1.21.0
[src]Compares and returns the minimum of two values. Read more
impl Display for CardId[src]
impl Display for CardIdimpl Debug for CardId[src]
impl Debug for CardIdimpl FromStr for CardId[src]
impl FromStr for CardIdtype Err = ParseIdError
The associated error which can be returned from parsing.
fn from_str(s: &str) -> Result<Self, Self::Err>[src]
fn from_str(s: &str) -> Result<Self, Self::Err>impl Hash for CardId[src]
impl Hash for CardIdfn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash<__H: Hasher>(&self, state: &mut __H)fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0
[src]Feeds a slice of this type into the given [Hasher]. Read more
impl Serialize for CardId[src]
impl Serialize for CardIdimpl<'de> Deserialize<'de> for CardId[src]
impl<'de> Deserialize<'de> for CardIdfn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where
D: Deserializer<'de>, [src]
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where
D: Deserializer<'de>, Auto Trait Implementations
Blanket Implementations
impl<T> From for T[src]
impl<T> From for Timpl<T, U> Into for T where
U: From<T>, [src]
impl<T, U> Into for T where
U: From<T>, impl<T> ToString for T where
T: Display + ?Sized, [src]
impl<T> ToString for T where
T: Display + ?Sized, impl<T> ToOwned for T where
T: Clone, [src]
impl<T> ToOwned for T where
T: Clone, impl<T, U> TryFrom for T where
T: From<U>, [src]
impl<T, U> TryFrom for T where
T: From<U>, type Error = !
🔬 This is a nightly-only experimental API. (
try_from)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>impl<T> Borrow for T where
T: ?Sized, [src]
impl<T> Borrow for T where
T: ?Sized, impl<T> Any for T where
T: 'static + ?Sized, [src]
impl<T> Any for T where
T: 'static + ?Sized, fn get_type_id(&self) -> TypeId[src]
fn get_type_id(&self) -> TypeIdimpl<T, U> TryInto for T where
U: TryFrom<T>, [src]
impl<T, U> TryInto for T where
U: TryFrom<T>, type Error = <U as TryFrom<T>>::Error
🔬 This is a nightly-only experimental API. (
try_from)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>impl<T> BorrowMut for T where
T: ?Sized, [src]
impl<T> BorrowMut for T where
T: ?Sized, fn borrow_mut(&mut self) -> &mut T[src]
fn borrow_mut(&mut self) -> &mut Timpl<T> DeserializeOwned for T where
T: Deserialize<'de>, [src]
impl<T> DeserializeOwned for T where
T: Deserialize<'de>, impl<T> Same for T
impl<T> Same for Ttype Output = T
Should always be Self
impl<Q, K> Equivalent for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized, [src]
impl<Q, K> Equivalent for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized, fn equivalent(&self, key: &K) -> bool[src]
fn equivalent(&self, key: &K) -> boolimpl<T> Erased for T
impl<T> Erased for T