pub struct UpdateRecordParams {
pub location_id: String,
}Available on crate feature
objects only.Expand description
Query parameters for ObjectsService::update_record.
Fields§
§location_id: StringlocationId query parameter.
Required by the API.
Implementations§
Trait Implementations§
Source§impl Clone for UpdateRecordParams
impl Clone for UpdateRecordParams
Source§fn clone(&self) -> UpdateRecordParams
fn clone(&self) -> UpdateRecordParams
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 UpdateRecordParams
impl Debug for UpdateRecordParams
Source§impl Default for UpdateRecordParams
impl Default for UpdateRecordParams
Source§fn default() -> UpdateRecordParams
fn default() -> UpdateRecordParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for UpdateRecordParams
impl RefUnwindSafe for UpdateRecordParams
impl Send for UpdateRecordParams
impl Sync for UpdateRecordParams
impl Unpin for UpdateRecordParams
impl UnsafeUnpin for UpdateRecordParams
impl UnwindSafe for UpdateRecordParams
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