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