pub struct StepLog {
pub log_type: WorkflowLogType,
pub message: String,
pub time: DateTime<Utc>,
}Fields§
§log_type: WorkflowLogType§message: String§time: DateTime<Utc>Trait Implementations§
Auto Trait Implementations§
impl Freeze for StepLog
impl RefUnwindSafe for StepLog
impl Send for StepLog
impl Sync for StepLog
impl Unpin for StepLog
impl UnwindSafe for StepLog
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