pub struct createdAt;
Trait Implementations§
impl HasInputField<createdAt, Option<Date>> for UpdateReportDataInput
Auto Trait Implementations§
impl Freeze for createdAt
impl RefUnwindSafe for createdAt
impl Send for createdAt
impl Sync for createdAt
impl Unpin for createdAt
impl UnwindSafe for createdAt
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