[−][src]Struct stripe::IssuingCardId
An id for the corresponding object type.
This type typically will not allocate and therefore is usually cheaply clonable.
Implementations
impl IssuingCardId
[src][−]
pub fn prefix() -> &'static str
[src][−]
The prefix of the id type (e.g. cus_
for a CustomerId
).
pub fn as_str(&self) -> &str
[src][−]
Extracts a string slice containing the entire id.
Trait Implementations
impl AsRef<str> for IssuingCardId
[src][+]
impl Clone for IssuingCardId
[src][+]
impl Debug for IssuingCardId
[src][+]
impl Deref for IssuingCardId
[src][+]
impl<'de> Deserialize<'de> for IssuingCardId
[src][+]
impl Display for IssuingCardId
[src][+]
impl Eq for IssuingCardId
[src]
impl FromStr for IssuingCardId
[src][+]
impl Hash for IssuingCardId
[src][+]
impl Ord for IssuingCardId
[src][+]
impl<'_> PartialEq<&'_ str> for IssuingCardId
[src][+]
impl PartialEq<IssuingCardId> for IssuingCardId
[src][+]
impl PartialEq<String> for IssuingCardId
[src][+]
impl PartialEq<str> for IssuingCardId
[src][+]
impl PartialOrd<IssuingCardId> for IssuingCardId
[src][+]
impl Serialize for IssuingCardId
[src][+]
impl StructuralEq for IssuingCardId
[src]
impl StructuralPartialEq for IssuingCardId
[src]
Auto Trait Implementations
impl RefUnwindSafe for IssuingCardId
impl Send for IssuingCardId
impl Sync for IssuingCardId
impl Unpin for IssuingCardId
impl UnwindSafe for IssuingCardId
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]
T: for<'de> Deserialize<'de>,
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src][+]
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T> ToString for T where
T: Display + ?Sized,
[src][+]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,