pub struct IrStruct {
pub name: String,
pub doc: Option<String>,
pub fields: Vec<IrField>,
pub is_recursive: bool,
}Fields§
§name: String§doc: Option<String>§fields: Vec<IrField>§is_recursive: boolTrait Implementations§
impl Eq for IrStruct
impl StructuralPartialEq for IrStruct
Auto Trait Implementations§
impl Freeze for IrStruct
impl RefUnwindSafe for IrStruct
impl Send for IrStruct
impl Sync for IrStruct
impl Unpin for IrStruct
impl UnsafeUnpin for IrStruct
impl UnwindSafe for IrStruct
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