pub struct NoopWarnings;Expand description
Default warning sink for callers that do not care about warnings.
Trait Implementations§
Source§impl Clone for NoopWarnings
impl Clone for NoopWarnings
Source§fn clone(&self) -> NoopWarnings
fn clone(&self) -> NoopWarnings
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 moreimpl Copy for NoopWarnings
Source§impl Debug for NoopWarnings
impl Debug for NoopWarnings
Source§impl Default for NoopWarnings
impl Default for NoopWarnings
Source§fn default() -> NoopWarnings
fn default() -> NoopWarnings
Returns the “default value” for a type. Read more
Source§impl WarningSink for NoopWarnings
impl WarningSink for NoopWarnings
Auto Trait Implementations§
impl Freeze for NoopWarnings
impl RefUnwindSafe for NoopWarnings
impl Send for NoopWarnings
impl Sync for NoopWarnings
impl Unpin for NoopWarnings
impl UnsafeUnpin for NoopWarnings
impl UnwindSafe for NoopWarnings
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