pub struct AttachedCustomFieldParams {
pub custom_field_id: Uuid,
pub required: bool,
}Fields§
§custom_field_id: UuidID of the custom field.
required: boolWhether the value is required for this custom field.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for AttachedCustomFieldParams
impl<'de> Deserialize<'de> for AttachedCustomFieldParams
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 AttachedCustomFieldParams
impl RefUnwindSafe for AttachedCustomFieldParams
impl Send for AttachedCustomFieldParams
impl Sync for AttachedCustomFieldParams
impl Unpin for AttachedCustomFieldParams
impl UnwindSafe for AttachedCustomFieldParams
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