pub struct reviewEdge;Trait Implementations§
Source§impl Field for reviewEdge
impl Field for reviewEdge
Source§impl HasField<reviewEdge> for AddPullRequestReviewPayload
impl HasField<reviewEdge> for AddPullRequestReviewPayload
Source§type Type = Option<PullRequestReviewEdge>
type Type = Option<PullRequestReviewEdge>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for reviewEdge
impl RefUnwindSafe for reviewEdge
impl Send for reviewEdge
impl Sync for reviewEdge
impl Unpin for reviewEdge
impl UnwindSafe for reviewEdge
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