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