Struct square_api_client::models::UpdateItemTaxesResponse
source · pub struct UpdateItemTaxesResponse {
pub errors: Option<Vec<Error>>,
pub updated_at: Option<DateTime>,
}
Expand description
This is a model struct for UpdateItemTaxesResponse type.
Fields
errors: Option<Vec<Error>>
Any errors that occurred during the request.
updated_at: Option<DateTime>
The database timestamp of this update
Trait Implementations
sourceimpl Clone for UpdateItemTaxesResponse
impl Clone for UpdateItemTaxesResponse
sourcefn clone(&self) -> UpdateItemTaxesResponse
fn clone(&self) -> UpdateItemTaxesResponse
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 moresourceimpl Debug for UpdateItemTaxesResponse
impl Debug for UpdateItemTaxesResponse
sourceimpl Default for UpdateItemTaxesResponse
impl Default for UpdateItemTaxesResponse
sourcefn default() -> UpdateItemTaxesResponse
fn default() -> UpdateItemTaxesResponse
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for UpdateItemTaxesResponse
impl<'de> Deserialize<'de> for UpdateItemTaxesResponse
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 PartialEq<UpdateItemTaxesResponse> for UpdateItemTaxesResponse
impl PartialEq<UpdateItemTaxesResponse> for UpdateItemTaxesResponse
sourcefn eq(&self, other: &UpdateItemTaxesResponse) -> bool
fn eq(&self, other: &UpdateItemTaxesResponse) -> bool
impl Eq for UpdateItemTaxesResponse
impl StructuralEq for UpdateItemTaxesResponse
impl StructuralPartialEq for UpdateItemTaxesResponse
Auto Trait Implementations
impl RefUnwindSafe for UpdateItemTaxesResponse
impl Send for UpdateItemTaxesResponse
impl Sync for UpdateItemTaxesResponse
impl Unpin for UpdateItemTaxesResponse
impl UnwindSafe for UpdateItemTaxesResponse
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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 Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
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.