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