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