pub struct WplRule {
pub name: SmolStr,
pub statement: WplStatementType,
}Fields§
§name: SmolStr§statement: WplStatementTypeImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WplRule
impl RefUnwindSafe for WplRule
impl Send for WplRule
impl Sync for WplRule
impl Unpin for WplRule
impl UnsafeUnpin for WplRule
impl UnwindSafe for WplRule
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