pub struct SourceEventKey(/* private fields */);Expand description
Source event key carried by the local smoke-test workflow; it exercises the local shell with deterministic fixtures and no external side effects.
Trait Implementations§
Source§impl AsRef<str> for SourceEventKey
impl AsRef<str> for SourceEventKey
Source§impl Clone for SourceEventKey
impl Clone for SourceEventKey
Source§fn clone(&self) -> SourceEventKey
fn clone(&self) -> SourceEventKey
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 SourceEventKey
impl Debug for SourceEventKey
Source§impl PartialEq for SourceEventKey
impl PartialEq for SourceEventKey
impl Eq for SourceEventKey
impl StructuralPartialEq for SourceEventKey
Auto Trait Implementations§
impl Freeze for SourceEventKey
impl RefUnwindSafe for SourceEventKey
impl Send for SourceEventKey
impl Sync for SourceEventKey
impl Unpin for SourceEventKey
impl UnsafeUnpin for SourceEventKey
impl UnwindSafe for SourceEventKey
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