Enum stripe::ApiVersion
source · [−]pub enum ApiVersion {
Show 91 variants
V2011_01_01,
V2011_06_21,
V2011_06_28,
V2011_08_01,
V2011_09_15,
V2011_11_17,
V2012_02_23,
V2012_03_25,
V2012_06_18,
V2012_06_28,
V2012_07_09,
V2012_09_24,
V2012_10_26,
V2012_11_07,
V2013_02_11,
V2013_02_13,
V2013_07_05,
V2013_08_12,
V2013_08_13,
V2013_10_29,
V2013_12_03,
V2014_01_31,
V2014_03_13,
V2014_03_28,
V2014_05_19,
V2014_06_13,
V2014_06_17,
V2014_07_22,
V2014_07_26,
V2014_08_04,
V2014_08_20,
V2014_09_08,
V2014_10_07,
V2014_11_05,
V2014_11_20,
V2014_12_08,
V2014_12_17,
V2014_12_22,
V2015_01_11,
V2015_01_26,
V2015_02_10,
V2015_02_16,
V2015_02_18,
V2015_03_24,
V2015_04_07,
V2015_06_15,
V2015_07_07,
V2015_07_13,
V2015_07_28,
V2015_08_07,
V2015_08_19,
V2015_09_03,
V2015_09_08,
V2015_09_23,
V2015_10_01,
V2015_10_12,
V2015_10_16,
V2016_02_03,
V2016_02_19,
V2016_02_22,
V2016_02_23,
V2016_02_29,
V2016_03_07,
V2016_06_15,
V2016_07_06,
V2016_10_19,
V2017_01_27,
V2017_02_14,
V2017_04_06,
V2017_05_25,
V2017_06_05,
V2017_08_15,
V2017_12_14,
V2018_01_23,
V2018_02_05,
V2018_02_06,
V2018_02_28,
V2018_05_21,
V2018_07_27,
V2018_08_23,
V2018_09_06,
V2018_09_24,
V2018_10_31,
V2018_11_08,
V2019_02_11,
V2019_02_19,
V2019_03_14,
V2019_05_16,
V2019_08_14,
V2019_09_09,
V2020_08_27,
}
Expand description
An enum representing the versions of the Stripe API.
Variants
V2011_01_01
V2011_06_21
V2011_06_28
V2011_08_01
V2011_09_15
V2011_11_17
V2012_02_23
V2012_03_25
V2012_06_18
V2012_06_28
V2012_07_09
V2012_09_24
V2012_10_26
V2012_11_07
V2013_02_11
V2013_02_13
V2013_07_05
V2013_08_12
V2013_08_13
V2013_10_29
V2013_12_03
V2014_01_31
V2014_03_13
V2014_03_28
V2014_05_19
V2014_06_13
V2014_06_17
V2014_07_22
V2014_07_26
V2014_08_04
V2014_08_20
V2014_09_08
V2014_10_07
V2014_11_05
V2014_11_20
V2014_12_08
V2014_12_17
V2014_12_22
V2015_01_11
V2015_01_26
V2015_02_10
V2015_02_16
V2015_02_18
V2015_03_24
V2015_04_07
V2015_06_15
V2015_07_07
V2015_07_13
V2015_07_28
V2015_08_07
V2015_08_19
V2015_09_03
V2015_09_08
V2015_09_23
V2015_10_01
V2015_10_12
V2015_10_16
V2016_02_03
V2016_02_19
V2016_02_22
V2016_02_23
V2016_02_29
V2016_03_07
V2016_06_15
V2016_07_06
V2016_10_19
V2017_01_27
V2017_02_14
V2017_04_06
V2017_05_25
V2017_06_05
V2017_08_15
V2017_12_14
V2018_01_23
V2018_02_05
V2018_02_06
V2018_02_28
V2018_05_21
V2018_07_27
V2018_08_23
V2018_09_06
V2018_09_24
V2018_10_31
V2018_11_08
V2019_02_11
V2019_02_19
V2019_03_14
V2019_05_16
V2019_08_14
V2019_09_09
V2020_08_27
Implementations
sourceimpl ApiVersion
impl ApiVersion
Trait Implementations
sourceimpl AsRef<str> for ApiVersion
impl AsRef<str> for ApiVersion
sourceimpl Clone for ApiVersion
impl Clone for ApiVersion
sourcefn clone(&self) -> ApiVersion
fn clone(&self) -> ApiVersion
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for ApiVersion
impl Debug for ApiVersion
sourceimpl<'de> Deserialize<'de> for ApiVersion
impl<'de> Deserialize<'de> for ApiVersion
sourcefn 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
sourceimpl Display for ApiVersion
impl Display for ApiVersion
sourceimpl PartialEq<ApiVersion> for ApiVersion
impl PartialEq<ApiVersion> for ApiVersion
sourceimpl Serialize for ApiVersion
impl Serialize for ApiVersion
impl Copy for ApiVersion
impl Eq for ApiVersion
impl StructuralEq for ApiVersion
impl StructuralPartialEq for ApiVersion
Auto Trait Implementations
impl RefUnwindSafe for ApiVersion
impl Send for ApiVersion
impl Sync for ApiVersion
impl Unpin for ApiVersion
impl UnwindSafe for ApiVersion
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<Q, K> Equivalent<K> for Q where
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Q where
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to key
and return true
if they are equal.
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
fn vzip(self) -> V
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more