pub struct RelationAggregate {
pub relation_name: String,
pub alias: String,
pub query: SelectQuery,
pub single_result: bool,
}Fields§
§relation_name: String§alias: String§query: SelectQuery§single_result: boolImplementations§
Trait Implementations§
Source§impl Clone for RelationAggregate
impl Clone for RelationAggregate
Source§fn clone(&self) -> RelationAggregate
fn clone(&self) -> RelationAggregate
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 Debug for RelationAggregate
impl Debug for RelationAggregate
Source§impl PartialEq for RelationAggregate
impl PartialEq for RelationAggregate
impl StructuralPartialEq for RelationAggregate
Auto Trait Implementations§
impl Freeze for RelationAggregate
impl RefUnwindSafe for RelationAggregate
impl Send for RelationAggregate
impl Sync for RelationAggregate
impl Unpin for RelationAggregate
impl UnsafeUnpin for RelationAggregate
impl UnwindSafe for RelationAggregate
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