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