pub struct ExprDate {
pub value: String,
pub operator: OperatorDate,
}Fields§
§value: String§operator: OperatorDateTrait Implementations§
Auto Trait Implementations§
impl Freeze for ExprDate
impl RefUnwindSafe for ExprDate
impl Send for ExprDate
impl Sync for ExprDate
impl Unpin for ExprDate
impl UnwindSafe for ExprDate
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