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