pub struct HarnessMismatchWarning {
pub code: &'static str,
pub message: String,
pub document_agent: String,
pub active_harness: String,
}Fields§
§code: &'static str§message: String§document_agent: String§active_harness: StringTrait Implementations§
Source§impl Clone for HarnessMismatchWarning
impl Clone for HarnessMismatchWarning
Source§fn clone(&self) -> HarnessMismatchWarning
fn clone(&self) -> HarnessMismatchWarning
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 moreSource§impl Debug for HarnessMismatchWarning
impl Debug for HarnessMismatchWarning
impl Eq for HarnessMismatchWarning
Source§impl PartialEq for HarnessMismatchWarning
impl PartialEq for HarnessMismatchWarning
impl StructuralPartialEq for HarnessMismatchWarning
Auto Trait Implementations§
impl Freeze for HarnessMismatchWarning
impl RefUnwindSafe for HarnessMismatchWarning
impl Send for HarnessMismatchWarning
impl Sync for HarnessMismatchWarning
impl Unpin for HarnessMismatchWarning
impl UnsafeUnpin for HarnessMismatchWarning
impl UnwindSafe for HarnessMismatchWarning
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