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