pub struct AllPackageReleasesVarsFields;
Implementations§
Source§impl AllPackageReleasesVarsFields
impl AllPackageReleasesVarsFields
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 AllPackageReleasesVarsFields
impl VariableMatch<AllPackageReleasesVarsFields> for AllPackageReleasesVarsFields
Auto Trait Implementations§
impl Freeze for AllPackageReleasesVarsFields
impl RefUnwindSafe for AllPackageReleasesVarsFields
impl Send for AllPackageReleasesVarsFields
impl Sync for AllPackageReleasesVarsFields
impl Unpin for AllPackageReleasesVarsFields
impl UnwindSafe for AllPackageReleasesVarsFields
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