pub struct stateChangedAt;Trait Implementations§
Source§impl Field for stateChangedAt
impl Field for stateChangedAt
Source§impl HasField<stateChangedAt> for IssueSuggestion
impl HasField<stateChangedAt> for IssueSuggestion
Auto Trait Implementations§
impl Freeze for stateChangedAt
impl RefUnwindSafe for stateChangedAt
impl Send for stateChangedAt
impl Sync for stateChangedAt
impl Unpin for stateChangedAt
impl UnwindSafe for stateChangedAt
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