pub struct Event<'a> {
pub op: RuleOp,
pub id: Vec<&'a Field>,
pub msg: &'a Message,
pub book_struct: &'a Struct,
pub rules: Vec<RuleKind<'a>>,
}
Fields§
§op: RuleOp
§id: Vec<&'a Field>
Unique access tuple to get the property
msg: &'a Message
§book_struct: &'a Struct
§rules: Vec<RuleKind<'a>>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Event<'a>
impl<'a> RefUnwindSafe for Event<'a>
impl<'a> Send for Event<'a>
impl<'a> Sync for Event<'a>
impl<'a> Unpin for Event<'a>
impl<'a> UnwindSafe for Event<'a>
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