pub enum StripeMethod {
Get,
Post,
Delete,
}
Expand description
REST API methods used by Stripe.
Variants§
Trait Implementations§
Source§impl Clone for StripeMethod
impl Clone for StripeMethod
Source§fn clone(&self) -> StripeMethod
fn clone(&self) -> StripeMethod
Returns a duplicate 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 StripeMethod
impl Debug for StripeMethod
impl Copy for StripeMethod
Auto Trait Implementations§
impl Freeze for StripeMethod
impl RefUnwindSafe for StripeMethod
impl Send for StripeMethod
impl Sync for StripeMethod
impl Unpin for StripeMethod
impl UnwindSafe for StripeMethod
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more