pub struct AnyOfRule { /* private fields */ }Implementations§
Trait Implementations§
Source§impl From<AnyOfRule> for IntervalRule
impl From<AnyOfRule> for IntervalRule
Auto Trait Implementations§
impl Freeze for AnyOfRule
impl RefUnwindSafe for AnyOfRule
impl Send for AnyOfRule
impl Sync for AnyOfRule
impl Unpin for AnyOfRule
impl UnwindSafe for AnyOfRule
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