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