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