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