pub struct NoopReporter;Trait Implementations§
Source§impl Debug for NoopReporter
impl Debug for NoopReporter
Source§impl Default for NoopReporter
impl Default for NoopReporter
Source§fn default() -> NoopReporter
fn default() -> NoopReporter
Returns the “default value” for a type. Read more
Source§impl EnvironmentReporter for NoopReporter
impl EnvironmentReporter for NoopReporter
fn warn(&self, _warning: &EnvironmentWarning)
fn typetree_warning( &self, _key: &BinaryObjectKey, _warning: &TypeTreeParseWarning, )
Auto Trait Implementations§
impl Freeze for NoopReporter
impl RefUnwindSafe for NoopReporter
impl Send for NoopReporter
impl Sync for NoopReporter
impl Unpin for NoopReporter
impl UnwindSafe for NoopReporter
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