pub struct GrlRule {
pub id: String,
pub grl_content: String,
}Expand description
Advanced rule with GRL support
Fields§
§id: String§grl_content: StringImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GrlRule
impl RefUnwindSafe for GrlRule
impl Send for GrlRule
impl Sync for GrlRule
impl Unpin for GrlRule
impl UnwindSafe for GrlRule
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