pub struct SetDeferred<W: Warning>(/* private fields */);Expand description
A set of Warnings transported through the system using a VerdictDeferred or CaveatDeferred.
This set is considered deferred as the Warnings need to be associated with a json::Element
to become Warnings.
NOTE: The deferred types are used to avoid passing json::Element references
to functions just to create Warnings.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<W> Freeze for SetDeferred<W>
impl<W> RefUnwindSafe for SetDeferred<W>where
W: RefUnwindSafe,
impl<W> Send for SetDeferred<W>
impl<W> Sync for SetDeferred<W>
impl<W> Unpin for SetDeferred<W>
impl<W> UnwindSafe for SetDeferred<W>where
W: RefUnwindSafe,
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