Struct square_api_client::models::UpdateLocationRequest
source · pub struct UpdateLocationRequest {
pub location: Location,
}
Expand description
This is a model struct for the UpdateLocationRequest type
Fields
location: Location
The Location object with only the fields to update.
Trait Implementations
sourceimpl Clone for UpdateLocationRequest
impl Clone for UpdateLocationRequest
sourcefn clone(&self) -> UpdateLocationRequest
fn clone(&self) -> UpdateLocationRequest
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 UpdateLocationRequest
impl Debug for UpdateLocationRequest
sourceimpl Default for UpdateLocationRequest
impl Default for UpdateLocationRequest
sourcefn default() -> UpdateLocationRequest
fn default() -> UpdateLocationRequest
Returns the “default value” for a type. Read more
sourceimpl PartialEq<UpdateLocationRequest> for UpdateLocationRequest
impl PartialEq<UpdateLocationRequest> for UpdateLocationRequest
sourcefn eq(&self, other: &UpdateLocationRequest) -> bool
fn eq(&self, other: &UpdateLocationRequest) -> bool
sourceimpl Serialize for UpdateLocationRequest
impl Serialize for UpdateLocationRequest
impl StructuralPartialEq for UpdateLocationRequest
Auto Trait Implementations
impl RefUnwindSafe for UpdateLocationRequest
impl Send for UpdateLocationRequest
impl Sync for UpdateLocationRequest
impl Unpin for UpdateLocationRequest
impl UnwindSafe for UpdateLocationRequest
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