pub struct HirStruct { /* private fields */ }Expand description
Represents a struct definition in HIR.
Implementations§
Trait Implementations§
impl Eq for HirStruct
impl StructuralPartialEq for HirStruct
Auto Trait Implementations§
impl Freeze for HirStruct
impl RefUnwindSafe for HirStruct
impl Send for HirStruct
impl Sync for HirStruct
impl Unpin for HirStruct
impl UnwindSafe for HirStruct
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