pub struct UpdateCustomFieldOption {
pub options: Option<Vec<RenamedOption>>,
}
Expand description
UpdateCustomFieldOption : Details of the options to update for a custom field.
Fields§
§options: Option<Vec<RenamedOption>>
Details of the options to update.
Implementations§
Source§impl UpdateCustomFieldOption
impl UpdateCustomFieldOption
Sourcepub fn new() -> UpdateCustomFieldOption
pub fn new() -> UpdateCustomFieldOption
Details of the options to update for a custom field.
Trait Implementations§
Source§impl Clone for UpdateCustomFieldOption
impl Clone for UpdateCustomFieldOption
Source§fn clone(&self) -> UpdateCustomFieldOption
fn clone(&self) -> UpdateCustomFieldOption
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 Debug for UpdateCustomFieldOption
impl Debug for UpdateCustomFieldOption
Source§impl Default for UpdateCustomFieldOption
impl Default for UpdateCustomFieldOption
Source§fn default() -> UpdateCustomFieldOption
fn default() -> UpdateCustomFieldOption
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateCustomFieldOption
impl<'de> Deserialize<'de> for UpdateCustomFieldOption
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for UpdateCustomFieldOption
impl PartialEq for UpdateCustomFieldOption
Source§impl Serialize for UpdateCustomFieldOption
impl Serialize for UpdateCustomFieldOption
impl StructuralPartialEq for UpdateCustomFieldOption
Auto Trait Implementations§
impl Freeze for UpdateCustomFieldOption
impl RefUnwindSafe for UpdateCustomFieldOption
impl Send for UpdateCustomFieldOption
impl Sync for UpdateCustomFieldOption
impl Unpin for UpdateCustomFieldOption
impl UnwindSafe for UpdateCustomFieldOption
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