pub struct IrRule {
pub name: String,
pub whens: Vec<IrWhen>,
pub body: String,
pub metadata: IrRuleMetadata,
}Fields§
§name: String§whens: Vec<IrWhen>§body: String§metadata: IrRuleMetadataTrait Implementations§
impl Eq for IrRule
impl StructuralPartialEq for IrRule
Auto Trait Implementations§
impl Freeze for IrRule
impl RefUnwindSafe for IrRule
impl Send for IrRule
impl Sync for IrRule
impl Unpin for IrRule
impl UnsafeUnpin for IrRule
impl UnwindSafe for IrRule
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