pub struct IndexedAccessTypeData {
pub object_type: NodeIndex,
pub index_type: NodeIndex,
}Expand description
Data for indexed access type
Fields§
§object_type: NodeIndex§index_type: NodeIndexTrait Implementations§
Source§impl Clone for IndexedAccessTypeData
impl Clone for IndexedAccessTypeData
Source§fn clone(&self) -> IndexedAccessTypeData
fn clone(&self) -> IndexedAccessTypeData
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 IndexedAccessTypeData
impl Debug for IndexedAccessTypeData
Source§impl<'de> Deserialize<'de> for IndexedAccessTypeData
impl<'de> Deserialize<'de> for IndexedAccessTypeData
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 IndexedAccessTypeData
impl RefUnwindSafe for IndexedAccessTypeData
impl Send for IndexedAccessTypeData
impl Sync for IndexedAccessTypeData
impl Unpin for IndexedAccessTypeData
impl UnsafeUnpin for IndexedAccessTypeData
impl UnwindSafe for IndexedAccessTypeData
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