Struct chalk_parse::ast::ProjectionTy
source · pub struct ProjectionTy {
pub trait_ref: TraitRef,
pub name: Identifier,
pub args: Vec<GenericArg>,
}
Fields§
§trait_ref: TraitRef
§name: Identifier
§args: Vec<GenericArg>
Trait Implementations§
source§impl Clone for ProjectionTy
impl Clone for ProjectionTy
source§fn clone(&self) -> ProjectionTy
fn clone(&self) -> ProjectionTy
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 Debug for ProjectionTy
impl Debug for ProjectionTy
source§impl PartialEq for ProjectionTy
impl PartialEq for ProjectionTy
source§fn eq(&self, other: &ProjectionTy) -> bool
fn eq(&self, other: &ProjectionTy) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for ProjectionTy
impl StructuralPartialEq for ProjectionTy
Auto Trait Implementations§
impl Freeze for ProjectionTy
impl RefUnwindSafe for ProjectionTy
impl Send for ProjectionTy
impl Sync for ProjectionTy
impl Unpin for ProjectionTy
impl UnwindSafe for ProjectionTy
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)