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