pub struct IndexedAccessType {
pub object_type: Box<Ty>,
pub index_type: Box<Ty>,
}Fields§
§object_type: Box<Ty>§index_type: Box<Ty>Trait Implementations§
Source§impl Clone for IndexedAccessType
impl Clone for IndexedAccessType
Source§fn clone(&self) -> IndexedAccessType
fn clone(&self) -> IndexedAccessType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 IndexedAccessType
impl Debug for IndexedAccessType
impl Eq for IndexedAccessType
Source§impl PartialEq for IndexedAccessType
impl PartialEq for IndexedAccessType
impl StructuralPartialEq for IndexedAccessType
Auto Trait Implementations§
impl Freeze for IndexedAccessType
impl RefUnwindSafe for IndexedAccessType
impl Send for IndexedAccessType
impl Sync for IndexedAccessType
impl Unpin for IndexedAccessType
impl UnsafeUnpin for IndexedAccessType
impl UnwindSafe for IndexedAccessType
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