pub struct ActivityRef {
pub run_id: String,
pub activity_id: String,
}Expand description
A back-reference from an activity task token to its execution and activity.
Fields§
§run_id: String§activity_id: StringTrait Implementations§
Source§impl Clone for ActivityRef
impl Clone for ActivityRef
Source§fn clone(&self) -> ActivityRef
fn clone(&self) -> ActivityRef
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 ActivityRef
impl Debug for ActivityRef
Source§impl<'de> Deserialize<'de> for ActivityRef
impl<'de> Deserialize<'de> for ActivityRef
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 ActivityRef
impl RefUnwindSafe for ActivityRef
impl Send for ActivityRef
impl Sync for ActivityRef
impl Unpin for ActivityRef
impl UnsafeUnpin for ActivityRef
impl UnwindSafe for ActivityRef
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