pub struct ContentCheck {
pub check_type: ContentCheckType,
pub expected_value: String,
pub json_pointer: Option<String>,
}Fields§
§check_type: ContentCheckType§expected_value: String§json_pointer: Option<String>Trait Implementations§
Source§impl Clone for ContentCheck
impl Clone for ContentCheck
Source§fn clone(&self) -> ContentCheck
fn clone(&self) -> ContentCheck
Returns a duplicate of the value. Read more
1.0.0 · 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 ContentCheck
impl Debug for ContentCheck
Source§impl<'de> Deserialize<'de> for ContentCheck
impl<'de> Deserialize<'de> for ContentCheck
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for ContentCheck
impl RefUnwindSafe for ContentCheck
impl Send for ContentCheck
impl Sync for ContentCheck
impl Unpin for ContentCheck
impl UnsafeUnpin for ContentCheck
impl UnwindSafe for ContentCheck
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