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