pub struct RuleNode {
pub id: String,
pub condition: String,
}Fields§
§id: String§condition: StringImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RuleNode
impl RefUnwindSafe for RuleNode
impl Send for RuleNode
impl Sync for RuleNode
impl Unpin for RuleNode
impl UnwindSafe for RuleNode
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