pub struct UpdateFieldConfigurationSchemeParams {
pub id: i64,
pub update_field_configuration_scheme_details: UpdateFieldConfigurationSchemeDetails,
}
Expand description
struct for passing parameters to the method update_field_configuration_scheme
Fields§
§id: i64
The ID of the field configuration scheme.
update_field_configuration_scheme_details: UpdateFieldConfigurationSchemeDetails
The details of the field configuration scheme.
Trait Implementations§
Source§impl Clone for UpdateFieldConfigurationSchemeParams
impl Clone for UpdateFieldConfigurationSchemeParams
Source§fn clone(&self) -> UpdateFieldConfigurationSchemeParams
fn clone(&self) -> UpdateFieldConfigurationSchemeParams
Returns a duplicate 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 moreSource§impl Default for UpdateFieldConfigurationSchemeParams
impl Default for UpdateFieldConfigurationSchemeParams
Source§fn default() -> UpdateFieldConfigurationSchemeParams
fn default() -> UpdateFieldConfigurationSchemeParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for UpdateFieldConfigurationSchemeParams
impl RefUnwindSafe for UpdateFieldConfigurationSchemeParams
impl Send for UpdateFieldConfigurationSchemeParams
impl Sync for UpdateFieldConfigurationSchemeParams
impl Unpin for UpdateFieldConfigurationSchemeParams
impl UnwindSafe for UpdateFieldConfigurationSchemeParams
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