pub struct CollectingWarnings { /* private fields */ }Expand description
Warning sink useful for embedders and tests that need to inspect warnings.
Implementations§
Trait Implementations§
Source§impl Debug for CollectingWarnings
impl Debug for CollectingWarnings
Source§impl Default for CollectingWarnings
impl Default for CollectingWarnings
Source§fn default() -> CollectingWarnings
fn default() -> CollectingWarnings
Returns the “default value” for a type. Read more
Source§impl WarningSink for CollectingWarnings
impl WarningSink for CollectingWarnings
Auto Trait Implementations§
impl !Freeze for CollectingWarnings
impl RefUnwindSafe for CollectingWarnings
impl Send for CollectingWarnings
impl Sync for CollectingWarnings
impl Unpin for CollectingWarnings
impl UnsafeUnpin for CollectingWarnings
impl UnwindSafe for CollectingWarnings
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