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