pub struct GqlPredicate_i64 { /* private fields */ }
Expand description
Represents a wrapper around an ent query [TypedPredicate
] that
exposes a GraphQL API.
Trait Implementations§
Source§impl Clone for GqlPredicate_i64
impl Clone for GqlPredicate_i64
Source§fn clone(&self) -> GqlPredicate_i64
fn clone(&self) -> GqlPredicate_i64
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for GqlPredicate_i64
impl Default for GqlPredicate_i64
Source§fn default() -> GqlPredicate_i64
fn default() -> GqlPredicate_i64
Returns the “default value” for a type. Read more
Source§impl From<GqlPredicate_i64> for Predicate
impl From<GqlPredicate_i64> for Predicate
Source§fn from(x: GqlPredicate_i64) -> Self
fn from(x: GqlPredicate_i64) -> Self
Converts into a predicate based on criteria in GraphQL predicate
Source§impl InputType for GqlPredicate_i64
impl InputType for GqlPredicate_i64
Source§impl Type for GqlPredicate_i64
impl Type for GqlPredicate_i64
Source§fn create_type_info(registry: &mut Registry) -> String
fn create_type_info(registry: &mut Registry) -> String
Create type information in the registry and return qualified typename.
Source§fn qualified_type_name() -> String
fn qualified_type_name() -> String
Qualified typename.
impl InputObjectType for GqlPredicate_i64
Auto Trait Implementations§
impl Freeze for GqlPredicate_i64
impl RefUnwindSafe for GqlPredicate_i64
impl Send for GqlPredicate_i64
impl Sync for GqlPredicate_i64
impl Unpin for GqlPredicate_i64
impl UnwindSafe for GqlPredicate_i64
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