pub struct BuildErrorEvent {
pub fields: BuildEventArgsFields,
pub location: DiagnosticLocation,
}Expand description
A build error event.
Fields§
§fields: BuildEventArgsFields§location: DiagnosticLocationTrait Implementations§
Source§impl Clone for BuildErrorEvent
impl Clone for BuildErrorEvent
Source§fn clone(&self) -> BuildErrorEvent
fn clone(&self) -> BuildErrorEvent
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 BuildErrorEvent
impl Debug for BuildErrorEvent
Source§impl Default for BuildErrorEvent
impl Default for BuildErrorEvent
Source§fn default() -> BuildErrorEvent
fn default() -> BuildErrorEvent
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BuildErrorEvent
impl<'de> Deserialize<'de> for BuildErrorEvent
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 BuildErrorEvent
impl RefUnwindSafe for BuildErrorEvent
impl Send for BuildErrorEvent
impl Sync for BuildErrorEvent
impl Unpin for BuildErrorEvent
impl UnsafeUnpin for BuildErrorEvent
impl UnwindSafe for BuildErrorEvent
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