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