pub struct HirStructField { /* private fields */ }Expand description
Represents a struct field in HIR.
Implementations§
Trait Implementations§
Source§impl Clone for HirStructField
impl Clone for HirStructField
Source§fn clone(&self) -> HirStructField
fn clone(&self) -> HirStructField
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 Debug for HirStructField
impl Debug for HirStructField
Source§impl PartialEq for HirStructField
impl PartialEq for HirStructField
impl Eq for HirStructField
impl StructuralPartialEq for HirStructField
Auto Trait Implementations§
impl Freeze for HirStructField
impl RefUnwindSafe for HirStructField
impl Send for HirStructField
impl Sync for HirStructField
impl Unpin for HirStructField
impl UnwindSafe for HirStructField
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