pub struct userContentEdits;
Trait Implementations§
Source§impl Field for userContentEdits
impl Field for userContentEdits
Source§impl HasArgument<after> for userContentEdits
impl HasArgument<after> for userContentEdits
Source§impl HasArgument<before> for userContentEdits
impl HasArgument<before> for userContentEdits
Source§impl HasArgument<first> for userContentEdits
impl HasArgument<first> for userContentEdits
Source§impl HasArgument<last> for userContentEdits
impl HasArgument<last> for userContentEdits
Source§impl HasField<userContentEdits> for PullRequest
impl HasField<userContentEdits> for PullRequest
Source§type Type = Option<UserContentEditConnection>
type Type = Option<UserContentEditConnection>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for userContentEdits
impl RefUnwindSafe for userContentEdits
impl Send for userContentEdits
impl Sync for userContentEdits
impl Unpin for userContentEdits
impl UnwindSafe for userContentEdits
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