#[repr(C)]pub struct ReferenceType<'input> {
pub identifier: Identifier<'input>,
pub parameters: Option<GenericParameters<'input>>,
}Fields§
§identifier: Identifier<'input>§parameters: Option<GenericParameters<'input>>Trait Implementations§
Source§impl<'input> Clone for ReferenceType<'input>
impl<'input> Clone for ReferenceType<'input>
Source§fn clone(&self) -> ReferenceType<'input>
fn clone(&self) -> ReferenceType<'input>
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<'input> Debug for ReferenceType<'input>
impl<'input> Debug for ReferenceType<'input>
Source§impl Display for ReferenceType<'_>
impl Display for ReferenceType<'_>
Source§impl HasSpan for ReferenceType<'_>
impl HasSpan for ReferenceType<'_>
Source§impl<'input> Hash for ReferenceType<'input>
impl<'input> Hash for ReferenceType<'input>
Source§impl<'input> Ord for ReferenceType<'input>
impl<'input> Ord for ReferenceType<'input>
Source§fn cmp(&self, other: &ReferenceType<'input>) -> Ordering
fn cmp(&self, other: &ReferenceType<'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 ReferenceType<'input>
impl<'input> PartialEq for ReferenceType<'input>
Source§impl<'input> PartialOrd for ReferenceType<'input>
impl<'input> PartialOrd for ReferenceType<'input>
Source§impl<'input> Serialize for ReferenceType<'input>
impl<'input> Serialize for ReferenceType<'input>
impl<'input> Eq for ReferenceType<'input>
impl<'input> StructuralPartialEq for ReferenceType<'input>
Auto Trait Implementations§
impl<'input> Freeze for ReferenceType<'input>
impl<'input> RefUnwindSafe for ReferenceType<'input>
impl<'input> Send for ReferenceType<'input>
impl<'input> Sync for ReferenceType<'input>
impl<'input> Unpin for ReferenceType<'input>
impl<'input> UnwindSafe for ReferenceType<'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