pub struct AllPackageVersionsVarsFields;
Implementations§
Source§impl AllPackageVersionsVarsFields
impl AllPackageVersionsVarsFields
pub fn offset() -> VariableDefinition<Self, Option<i32>>
pub fn before() -> VariableDefinition<Self, Option<String>>
pub fn after() -> VariableDefinition<Self, Option<String>>
pub fn first() -> VariableDefinition<Self, Option<i32>>
pub fn last() -> VariableDefinition<Self, Option<i32>>
pub fn created_after() -> VariableDefinition<Self, Option<DateTime>>
pub fn updated_after() -> VariableDefinition<Self, Option<DateTime>>
pub fn sort_by() -> VariableDefinition<Self, Option<PackageVersionSortBy>>
Trait Implementations§
impl QueryVariablesFields for AllPackageVersionsVarsFields
impl VariableMatch<AllPackageVersionsVarsFields> for AllPackageVersionsVarsFields
Auto Trait Implementations§
impl Freeze for AllPackageVersionsVarsFields
impl RefUnwindSafe for AllPackageVersionsVarsFields
impl Send for AllPackageVersionsVarsFields
impl Sync for AllPackageVersionsVarsFields
impl Unpin for AllPackageVersionsVarsFields
impl UnwindSafe for AllPackageVersionsVarsFields
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