pub enum RuleTest {
BlockMatch {
block: BlockRef,
},
TagMatch {
tag: Identifier,
},
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for RuleTest
impl !UnwindSafe for RuleTest
impl Freeze for RuleTest
impl Send for RuleTest
impl Sync for RuleTest
impl Unpin for RuleTest
impl UnsafeUnpin for RuleTest
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