pub struct ImplementationDefinedField {
pub constraints: Option<Vec<()>>,
pub description: Description,
pub display: Option<String>,
pub name: Option<String>,
pub rangeset: Vec<Range>,
pub resets: Option<FieldResets>,
pub volatile: Option<bool>,
}Fields§
§constraints: Option<Vec<()>>§description: Description§display: Option<String>§name: Option<String>§rangeset: Vec<Range>§resets: Option<FieldResets>§volatile: Option<bool>Trait Implementations§
Source§impl Clone for ImplementationDefinedField
impl Clone for ImplementationDefinedField
Source§fn clone(&self) -> ImplementationDefinedField
fn clone(&self) -> ImplementationDefinedField
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 ImplementationDefinedField
impl Debug for ImplementationDefinedField
Source§impl<'de> Deserialize<'de> for ImplementationDefinedField
impl<'de> Deserialize<'de> for ImplementationDefinedField
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
impl Eq for ImplementationDefinedField
impl StructuralPartialEq for ImplementationDefinedField
Auto Trait Implementations§
impl Freeze for ImplementationDefinedField
impl RefUnwindSafe for ImplementationDefinedField
impl Send for ImplementationDefinedField
impl Sync for ImplementationDefinedField
impl Unpin for ImplementationDefinedField
impl UnwindSafe for ImplementationDefinedField
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