Enum square_rust::api::models::api_version::SquareApiVersion
source · pub enum SquareApiVersion {
V20230925,
}
Expand description
Square API version
Variants§
V20230925
Implementations§
Trait Implementations§
source§impl Clone for SquareApiVersion
impl Clone for SquareApiVersion
source§fn clone(&self) -> SquareApiVersion
fn clone(&self) -> SquareApiVersion
Returns a copy 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 moreAuto Trait Implementations§
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