pub struct canceledAt;Trait Implementations§
Source§impl Field for canceledAt
impl Field for canceledAt
impl HasInputField<canceledAt, Option<DateTime>> for ProjectUpdateInput
Auto Trait Implementations§
impl Freeze for canceledAt
impl RefUnwindSafe for canceledAt
impl Send for canceledAt
impl Sync for canceledAt
impl Unpin for canceledAt
impl UnwindSafe for canceledAt
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