pub struct fromDueDate;Trait Implementations§
Source§impl Field for fromDueDate
impl Field for fromDueDate
Source§impl HasField<fromDueDate> for IssueHistory
impl HasField<fromDueDate> for IssueHistory
Source§type Type = Option<TimelessDate>
type Type = Option<TimelessDate>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for fromDueDate
impl RefUnwindSafe for fromDueDate
impl Send for fromDueDate
impl Sync for fromDueDate
impl Unpin for fromDueDate
impl UnwindSafe for fromDueDate
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