pub struct UpdateCustomFieldOptionResponse {
pub option: CustomFieldOption,
}Expand description
更新自定义字段选项响应
Fields§
§option: CustomFieldOption选项信息
Trait Implementations§
Source§impl ApiResponseTrait for UpdateCustomFieldOptionResponse
impl ApiResponseTrait for UpdateCustomFieldOptionResponse
Source§fn data_format() -> ResponseFormat
fn data_format() -> ResponseFormat
获取响应数据格式
Source§impl Clone for UpdateCustomFieldOptionResponse
impl Clone for UpdateCustomFieldOptionResponse
Source§fn clone(&self) -> UpdateCustomFieldOptionResponse
fn clone(&self) -> UpdateCustomFieldOptionResponse
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<'de> Deserialize<'de> for UpdateCustomFieldOptionResponse
impl<'de> Deserialize<'de> for UpdateCustomFieldOptionResponse
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
Auto Trait Implementations§
impl Freeze for UpdateCustomFieldOptionResponse
impl RefUnwindSafe for UpdateCustomFieldOptionResponse
impl Send for UpdateCustomFieldOptionResponse
impl Sync for UpdateCustomFieldOptionResponse
impl Unpin for UpdateCustomFieldOptionResponse
impl UnsafeUnpin for UpdateCustomFieldOptionResponse
impl UnwindSafe for UpdateCustomFieldOptionResponse
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