Struct edgedb_query::queries::conflict::EmptyQuery
source · pub struct EmptyQuery;Trait Implementations§
source§impl Clone for EmptyQuery
impl Clone for EmptyQuery
source§fn clone(&self) -> EmptyQuery
fn clone(&self) -> EmptyQuery
Returns a copy 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 Conflict<EmptyQuery> for UnlessConflict
impl Conflict<EmptyQuery> for UnlessConflict
fn else_query(&self) -> Option<EmptyQuery>
source§impl ToEdgeQl for EmptyQuery
impl ToEdgeQl for EmptyQuery
source§impl ToEdgeQuery for EmptyQuery
impl ToEdgeQuery for EmptyQuery
source§fn to_edge_query(&self) -> EdgeQuery
fn to_edge_query(&self) -> EdgeQuery
Convert a given struct into a EdgeQuery struct
source§impl ToEdgeValue for EmptyQuery
impl ToEdgeValue for EmptyQuery
source§fn to_edge_value(&self) -> Value
fn to_edge_value(&self) -> Value
Transform a struct data into a edgedb_protocol::value::Value