#[repr(C)]pub struct MemberReferenceType<'input> {
pub class: Identifier<'input>,
pub double_colon: Span,
pub member: Identifier<'input>,
}Fields§
§class: Identifier<'input>§double_colon: Span§member: Identifier<'input>Trait Implementations§
Source§impl<'input> Clone for MemberReferenceType<'input>
impl<'input> Clone for MemberReferenceType<'input>
Source§fn clone(&self) -> MemberReferenceType<'input>
fn clone(&self) -> MemberReferenceType<'input>
Returns a copy 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<'input> Debug for MemberReferenceType<'input>
impl<'input> Debug for MemberReferenceType<'input>
Source§impl HasSpan for MemberReferenceType<'_>
impl HasSpan for MemberReferenceType<'_>
Source§impl<'input> Hash for MemberReferenceType<'input>
impl<'input> Hash for MemberReferenceType<'input>
Source§impl<'input> Ord for MemberReferenceType<'input>
impl<'input> Ord for MemberReferenceType<'input>
Source§fn cmp(&self, other: &MemberReferenceType<'input>) -> Ordering
fn cmp(&self, other: &MemberReferenceType<'input>) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl<'input> PartialEq for MemberReferenceType<'input>
impl<'input> PartialEq for MemberReferenceType<'input>
Source§impl<'input> PartialOrd for MemberReferenceType<'input>
impl<'input> PartialOrd for MemberReferenceType<'input>
Source§impl<'input> Serialize for MemberReferenceType<'input>
impl<'input> Serialize for MemberReferenceType<'input>
impl<'input> Copy for MemberReferenceType<'input>
impl<'input> Eq for MemberReferenceType<'input>
impl<'input> StructuralPartialEq for MemberReferenceType<'input>
Auto Trait Implementations§
impl<'input> Freeze for MemberReferenceType<'input>
impl<'input> RefUnwindSafe for MemberReferenceType<'input>
impl<'input> Send for MemberReferenceType<'input>
impl<'input> Sync for MemberReferenceType<'input>
impl<'input> Unpin for MemberReferenceType<'input>
impl<'input> UnwindSafe for MemberReferenceType<'input>
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