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