pub struct BatchStartedEvent {
pub id: String,
pub intent_id_hashes: Vec<String>,
pub batch_expiry: Sequence,
}Fields§
§id: String§intent_id_hashes: Vec<String>§batch_expiry: SequenceTrait Implementations§
Source§impl Clone for BatchStartedEvent
impl Clone for BatchStartedEvent
Source§fn clone(&self) -> BatchStartedEvent
fn clone(&self) -> BatchStartedEvent
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 moreAuto Trait Implementations§
impl Freeze for BatchStartedEvent
impl RefUnwindSafe for BatchStartedEvent
impl Send for BatchStartedEvent
impl Sync for BatchStartedEvent
impl Unpin for BatchStartedEvent
impl UnsafeUnpin for BatchStartedEvent
impl UnwindSafe for BatchStartedEvent
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