[−][src]Enum stripe::SourceFlow
pub enum SourceFlow { CodeVerification, None, Receiver, Redirect, }
An enum representing the possible values of an CreateSource
's flow
field.
Variants
Implementations
impl SourceFlow
[src][−]
Trait Implementations
impl AsRef<str> for SourceFlow
[src][+]
impl Clone for SourceFlow
[src][+]
impl Copy for SourceFlow
[src]
impl Debug for SourceFlow
[src][+]
impl<'de> Deserialize<'de> for SourceFlow
[src][+]
impl Display for SourceFlow
[src][+]
impl Eq for SourceFlow
[src]
impl PartialEq<SourceFlow> for SourceFlow
[src][+]
impl Serialize for SourceFlow
[src][+]
impl StructuralEq for SourceFlow
[src]
impl StructuralPartialEq for SourceFlow
[src]
Auto Trait Implementations
impl RefUnwindSafe for SourceFlow
impl Send for SourceFlow
impl Sync for SourceFlow
impl Unpin for SourceFlow
impl UnwindSafe for SourceFlow
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>,