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