pub struct AssertionsConfig {
pub custom_patterns: Vec<String>,
}Fields§
§custom_patterns: Vec<String>Trait Implementations§
Source§impl Debug for AssertionsConfig
impl Debug for AssertionsConfig
Source§impl Default for AssertionsConfig
impl Default for AssertionsConfig
Source§fn default() -> AssertionsConfig
fn default() -> AssertionsConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AssertionsConfig
impl<'de> Deserialize<'de> for AssertionsConfig
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 AssertionsConfig
impl RefUnwindSafe for AssertionsConfig
impl Send for AssertionsConfig
impl Sync for AssertionsConfig
impl Unpin for AssertionsConfig
impl UnsafeUnpin for AssertionsConfig
impl UnwindSafe for AssertionsConfig
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