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