pub struct IntervalExpression;Trait Implementations§
Source§impl Rule for IntervalExpression
impl Rule for IntervalExpression
Auto Trait Implementations§
impl Freeze for IntervalExpression
impl RefUnwindSafe for IntervalExpression
impl Send for IntervalExpression
impl Sync for IntervalExpression
impl Unpin for IntervalExpression
impl UnsafeUnpin for IntervalExpression
impl UnwindSafe for IntervalExpression
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