pub struct TransitionExpandedFieldsSchema {
pub schema_type: String,
pub items: String,
pub custom: String,
pub custom_id: u32,
pub system: Option<String>,
}
Fields§
§schema_type: String
§items: String
§custom: String
§custom_id: u32
§system: Option<String>
Trait Implementations§
Source§impl Clone for TransitionExpandedFieldsSchema
impl Clone for TransitionExpandedFieldsSchema
Source§fn clone(&self) -> TransitionExpandedFieldsSchema
fn clone(&self) -> TransitionExpandedFieldsSchema
Returns a copy 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<'de> Deserialize<'de> for TransitionExpandedFieldsSchema
impl<'de> Deserialize<'de> for TransitionExpandedFieldsSchema
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 TransitionExpandedFieldsSchema
impl RefUnwindSafe for TransitionExpandedFieldsSchema
impl Send for TransitionExpandedFieldsSchema
impl Sync for TransitionExpandedFieldsSchema
impl Unpin for TransitionExpandedFieldsSchema
impl UnwindSafe for TransitionExpandedFieldsSchema
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