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