pub struct SpecificAggregatePredicate {
pub aggregate_type: &'static str,
pub event_types: EventTypesPredicate,
}Fields§
§aggregate_type: &'static str§event_types: EventTypesPredicateTrait Implementations§
Source§impl Clone for SpecificAggregatePredicate
impl Clone for SpecificAggregatePredicate
Source§fn clone(&self) -> SpecificAggregatePredicate
fn clone(&self) -> SpecificAggregatePredicate
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 SpecificAggregatePredicate
impl Debug for SpecificAggregatePredicate
Source§impl Default for SpecificAggregatePredicate
impl Default for SpecificAggregatePredicate
Source§fn default() -> SpecificAggregatePredicate
fn default() -> SpecificAggregatePredicate
Returns the “default value” for a type. Read more
Source§impl Hash for SpecificAggregatePredicate
impl Hash for SpecificAggregatePredicate
impl Copy for SpecificAggregatePredicate
impl Eq for SpecificAggregatePredicate
impl StructuralPartialEq for SpecificAggregatePredicate
Auto Trait Implementations§
impl Freeze for SpecificAggregatePredicate
impl RefUnwindSafe for SpecificAggregatePredicate
impl Send for SpecificAggregatePredicate
impl Sync for SpecificAggregatePredicate
impl Unpin for SpecificAggregatePredicate
impl UnwindSafe for SpecificAggregatePredicate
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