pub struct CheckSink { /* private fields */ }Expand description
Collector for check-phase failures (design-doc §5.3 signature).
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CheckSink
impl RefUnwindSafe for CheckSink
impl Send for CheckSink
impl Sync for CheckSink
impl Unpin for CheckSink
impl UnsafeUnpin for CheckSink
impl UnwindSafe for CheckSink
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