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