pub struct SagaStarted {
pub instance_id: String,
pub token_id: String,
pub node_id: String,
}Fields§
§instance_id: String§token_id: String§node_id: StringTrait Implementations§
Source§impl Clone for SagaStarted
impl Clone for SagaStarted
Source§fn clone(&self) -> SagaStarted
fn clone(&self) -> SagaStarted
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SagaStarted
impl Debug for SagaStarted
Source§impl<'de> Deserialize<'de> for SagaStarted
impl<'de> Deserialize<'de> for SagaStarted
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for SagaStarted
impl RefUnwindSafe for SagaStarted
impl Send for SagaStarted
impl Sync for SagaStarted
impl Unpin for SagaStarted
impl UnsafeUnpin for SagaStarted
impl UnwindSafe for SagaStarted
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