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