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