pub struct RunScopeWarning {
pub id: String,
pub warning: ScopeWarning,
}Expand description
A non-blocking warning for a unit that will still dispatch.
Fields§
§id: String§warning: ScopeWarningTrait Implementations§
Source§impl Clone for RunScopeWarning
impl Clone for RunScopeWarning
Source§fn clone(&self) -> RunScopeWarning
fn clone(&self) -> RunScopeWarning
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 RunScopeWarning
impl Debug for RunScopeWarning
Source§impl PartialEq for RunScopeWarning
impl PartialEq for RunScopeWarning
Source§fn eq(&self, other: &RunScopeWarning) -> bool
fn eq(&self, other: &RunScopeWarning) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RunScopeWarning
Auto Trait Implementations§
impl Freeze for RunScopeWarning
impl RefUnwindSafe for RunScopeWarning
impl Send for RunScopeWarning
impl Sync for RunScopeWarning
impl Unpin for RunScopeWarning
impl UnsafeUnpin for RunScopeWarning
impl UnwindSafe for RunScopeWarning
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