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