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