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 duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const 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
fn to_edge_query_with_cardinality(&self, cardinality: Cardinality) -> EdgeQuery
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
Auto Trait Implementations§
impl Freeze for EmptyQuery
impl RefUnwindSafe for EmptyQuery
impl Send for EmptyQuery
impl Sync for EmptyQuery
impl Unpin for EmptyQuery
impl UnwindSafe for EmptyQuery
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