pub struct RuleTuple { /* private fields */ }
Expand description
Rule Tuple object for describing rules.
Trait Implementations§
source§impl PartialEq for RuleTuple
impl PartialEq for RuleTuple
impl StructuralPartialEq for RuleTuple
Auto Trait Implementations§
impl RefUnwindSafe for RuleTuple
impl Send for RuleTuple
impl Sync for RuleTuple
impl Unpin for RuleTuple
impl UnwindSafe for RuleTuple
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