pub struct RegisterArray {Show 15 fields
pub meta: Option<Meta>,
pub access_text: Option<String>,
pub accessors: Vec<Accessor>,
pub condition: Expression,
pub configuration: Option<String>,
pub fieldsets: Vec<Fieldset>,
pub groups: Option<()>,
pub index_variable: String,
pub indexes: Vec<Range>,
pub instances: Instances,
pub mapset: Vec<()>,
pub name: String,
pub purpose: Option<String>,
pub state: Option<ExecutionState>,
pub title: Option<String>,
}Fields§
§meta: Option<Meta>§access_text: Option<String>§accessors: Vec<Accessor>§condition: Expression§configuration: Option<String>§fieldsets: Vec<Fieldset>§groups: Option<()>§index_variable: String§indexes: Vec<Range>§instances: Instances§mapset: Vec<()>§name: String§purpose: Option<String>§state: Option<ExecutionState>§title: Option<String>Trait Implementations§
Source§impl Clone for RegisterArray
impl Clone for RegisterArray
Source§fn clone(&self) -> RegisterArray
fn clone(&self) -> RegisterArray
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 RegisterArray
impl Debug for RegisterArray
Source§impl<'de> Deserialize<'de> for RegisterArray
impl<'de> Deserialize<'de> for RegisterArray
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 RegisterArray
impl PartialEq for RegisterArray
Source§impl Serialize for RegisterArray
impl Serialize for RegisterArray
impl Eq for RegisterArray
impl StructuralPartialEq for RegisterArray
Auto Trait Implementations§
impl Freeze for RegisterArray
impl RefUnwindSafe for RegisterArray
impl Send for RegisterArray
impl Sync for RegisterArray
impl Unpin for RegisterArray
impl UnwindSafe for RegisterArray
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