pub enum StrictResponse {
Ignore,
Warn,
Error,
}Expand description
The result of a strict-mode check: ignore, warn, or error.
Variants§
Trait Implementations§
Source§impl Clone for StrictResponse
impl Clone for StrictResponse
Source§fn clone(&self) -> StrictResponse
fn clone(&self) -> StrictResponse
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 StrictResponse
Source§impl Debug for StrictResponse
impl Debug for StrictResponse
impl Eq for StrictResponse
Source§impl PartialEq for StrictResponse
impl PartialEq for StrictResponse
impl StructuralPartialEq for StrictResponse
Auto Trait Implementations§
impl Freeze for StrictResponse
impl RefUnwindSafe for StrictResponse
impl Send for StrictResponse
impl Sync for StrictResponse
impl Unpin for StrictResponse
impl UnsafeUnpin for StrictResponse
impl UnwindSafe for StrictResponse
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