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