Struct chalk_parse::ast::TraitRef
source · pub struct TraitRef {
pub trait_name: Identifier,
pub args: Vec<GenericArg>,
}
Fields§
§trait_name: Identifier
§args: Vec<GenericArg>
Trait Implementations§
source§impl PartialEq for TraitRef
impl PartialEq for TraitRef
impl Eq for TraitRef
impl StructuralPartialEq for TraitRef
Auto Trait Implementations§
impl Freeze for TraitRef
impl RefUnwindSafe for TraitRef
impl Send for TraitRef
impl Sync for TraitRef
impl Unpin for TraitRef
impl UnwindSafe for TraitRef
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
)