pub struct TableTypeProp<'ast> {
pub name: AstName<'ast>,
pub location: Location,
pub ty: Type<'ast>,
pub access: TableAccess,
pub access_location: Option<Location>,
}Fields§
§name: AstName<'ast>§location: Location§ty: Type<'ast>§access: TableAccess§access_location: Option<Location>Trait Implementations§
Source§impl<'ast> Clone for TableTypeProp<'ast>
impl<'ast> Clone for TableTypeProp<'ast>
Source§fn clone(&self) -> TableTypeProp<'ast>
fn clone(&self) -> TableTypeProp<'ast>
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 moreimpl<'ast> Copy for TableTypeProp<'ast>
Source§impl<'ast> Debug for TableTypeProp<'ast>
impl<'ast> Debug for TableTypeProp<'ast>
Source§impl<'ast> PartialEq for TableTypeProp<'ast>
impl<'ast> PartialEq for TableTypeProp<'ast>
impl<'ast> StructuralPartialEq for TableTypeProp<'ast>
Auto Trait Implementations§
impl<'ast> !Send for TableTypeProp<'ast>
impl<'ast> !Sync for TableTypeProp<'ast>
impl<'ast> Freeze for TableTypeProp<'ast>
impl<'ast> RefUnwindSafe for TableTypeProp<'ast>
impl<'ast> Unpin for TableTypeProp<'ast>
impl<'ast> UnsafeUnpin for TableTypeProp<'ast>
impl<'ast> UnwindSafe for TableTypeProp<'ast>
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