pub struct SystemAccessorArray {
pub access: Option<SystemAccess>,
pub condition: Condition,
pub encoding: Vec<Encoding>,
pub index_variable: String,
pub indexes: Vec<Range>,
pub name: String,
}Fields§
§access: Option<SystemAccess>§condition: Condition§encoding: Vec<Encoding>§index_variable: String§indexes: Vec<Range>§name: StringTrait Implementations§
Source§impl Clone for SystemAccessorArray
impl Clone for SystemAccessorArray
Source§fn clone(&self) -> SystemAccessorArray
fn clone(&self) -> SystemAccessorArray
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 SystemAccessorArray
impl Debug for SystemAccessorArray
Source§impl<'de> Deserialize<'de> for SystemAccessorArray
impl<'de> Deserialize<'de> for SystemAccessorArray
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 SystemAccessorArray
impl PartialEq for SystemAccessorArray
Source§impl Serialize for SystemAccessorArray
impl Serialize for SystemAccessorArray
impl Eq for SystemAccessorArray
impl StructuralPartialEq for SystemAccessorArray
Auto Trait Implementations§
impl Freeze for SystemAccessorArray
impl RefUnwindSafe for SystemAccessorArray
impl Send for SystemAccessorArray
impl Sync for SystemAccessorArray
impl Unpin for SystemAccessorArray
impl UnwindSafe for SystemAccessorArray
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