pub enum PayjpMethod {
Get,
Post,
Delete,
}
Expand description
REST API methods used by Payjp.
Variants§
Trait Implementations§
Source§impl Clone for PayjpMethod
impl Clone for PayjpMethod
Source§fn clone(&self) -> PayjpMethod
fn clone(&self) -> PayjpMethod
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 PayjpMethod
impl Debug for PayjpMethod
impl Copy for PayjpMethod
Auto Trait Implementations§
impl Freeze for PayjpMethod
impl RefUnwindSafe for PayjpMethod
impl Send for PayjpMethod
impl Sync for PayjpMethod
impl Unpin for PayjpMethod
impl UnwindSafe for PayjpMethod
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