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