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