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