pub struct IRTypedIdent<'ir> {
pub ident: Ident<'ir>,
pub _type: Type<'ir>,
}Fields§
§ident: Ident<'ir>§_type: Type<'ir>Trait Implementations§
Source§impl<'ir> Clone for IRTypedIdent<'ir>
impl<'ir> Clone for IRTypedIdent<'ir>
Source§fn clone(&self) -> IRTypedIdent<'ir>
fn clone(&self) -> IRTypedIdent<'ir>
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<'ir> Debug for IRTypedIdent<'ir>
impl<'ir> Debug for IRTypedIdent<'ir>
Source§impl<'ir> PartialEq for IRTypedIdent<'ir>
impl<'ir> PartialEq for IRTypedIdent<'ir>
impl<'ir> Copy for IRTypedIdent<'ir>
impl<'ir> StructuralPartialEq for IRTypedIdent<'ir>
Auto Trait Implementations§
impl<'ir> Freeze for IRTypedIdent<'ir>
impl<'ir> RefUnwindSafe for IRTypedIdent<'ir>
impl<'ir> Send for IRTypedIdent<'ir>
impl<'ir> Sync for IRTypedIdent<'ir>
impl<'ir> Unpin for IRTypedIdent<'ir>
impl<'ir> UnwindSafe for IRTypedIdent<'ir>
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