pub struct DreamInsight {
pub workflow_id: String,
pub insight_type: InsightType,
pub message: String,
pub severity: String,
}Fields§
§workflow_id: String§insight_type: InsightType§message: String§severity: StringTrait Implementations§
Source§impl Clone for DreamInsight
impl Clone for DreamInsight
Source§fn clone(&self) -> DreamInsight
fn clone(&self) -> DreamInsight
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 DreamInsight
impl Debug for DreamInsight
Auto Trait Implementations§
impl Freeze for DreamInsight
impl RefUnwindSafe for DreamInsight
impl Send for DreamInsight
impl Sync for DreamInsight
impl Unpin for DreamInsight
impl UnsafeUnpin for DreamInsight
impl UnwindSafe for DreamInsight
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