pub struct IrObject {
pub properties: IndexMap<String, IrProperty>,
pub additional_properties: Option<IrTypeExpr>,
}Fields§
§properties: IndexMap<String, IrProperty>§additional_properties: Option<IrTypeExpr>Trait Implementations§
Auto Trait Implementations§
impl Freeze for IrObject
impl RefUnwindSafe for IrObject
impl Send for IrObject
impl Sync for IrObject
impl Unpin for IrObject
impl UnsafeUnpin for IrObject
impl UnwindSafe for IrObject
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