pub struct packages;
Trait Implementations§
Source§impl HasArgument<after> for packages
impl HasArgument<after> for packages
Source§impl HasArgument<before> for packages
impl HasArgument<before> for packages
Source§impl HasArgument<first> for packages
impl HasArgument<first> for packages
Source§impl HasArgument<last> for packages
impl HasArgument<last> for packages
Source§impl HasArgument<names> for packages
impl HasArgument<names> for packages
Source§impl HasArgument<orderBy> for packages
impl HasArgument<orderBy> for packages
Source§type ArgumentType = Option<PackageOrder>
type ArgumentType = Option<PackageOrder>
The schema marker type of this argument.
Source§impl HasArgument<packageType> for packages
impl HasArgument<packageType> for packages
Source§type ArgumentType = Option<PackageType>
type ArgumentType = Option<PackageType>
The schema marker type of this argument.
Source§impl HasArgument<repositoryId> for packages
impl HasArgument<repositoryId> for packages
Source§impl HasField<packages> for Repository
impl HasField<packages> for Repository
Source§type Type = PackageConnection
type Type = PackageConnection
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for packages
impl RefUnwindSafe for packages
impl Send for packages
impl Sync for packages
impl Unpin for packages
impl UnwindSafe for packages
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