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