pub enum SquareApiVersion {
V20230925,
}
Expand description
Square API version
Variants§
V20230925
Trait Implementations§
Source§impl Clone for SquareApiVersion
impl Clone for SquareApiVersion
Source§fn clone(&self) -> SquareApiVersion
fn clone(&self) -> SquareApiVersion
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 SquareApiVersion
impl Debug for SquareApiVersion
Auto Trait Implementations§
impl Freeze for SquareApiVersion
impl RefUnwindSafe for SquareApiVersion
impl Send for SquareApiVersion
impl Sync for SquareApiVersion
impl Unpin for SquareApiVersion
impl UnwindSafe for SquareApiVersion
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