pub struct BuildEventWrapper {
pub event_type: String,
pub data: Value,
}Expand description
Build event wrapper for SSE serialization
Fields§
§event_type: StringEvent type
data: ValueEvent data
Trait Implementations§
Source§impl Clone for BuildEventWrapper
impl Clone for BuildEventWrapper
Source§fn clone(&self) -> BuildEventWrapper
fn clone(&self) -> BuildEventWrapper
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 BuildEventWrapper
impl Debug for BuildEventWrapper
Auto Trait Implementations§
impl Freeze for BuildEventWrapper
impl RefUnwindSafe for BuildEventWrapper
impl Send for BuildEventWrapper
impl Sync for BuildEventWrapper
impl Unpin for BuildEventWrapper
impl UnsafeUnpin for BuildEventWrapper
impl UnwindSafe for BuildEventWrapper
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