#[non_exhaustive]pub struct BeTrueMatcher;Implementations§
Source§impl BeTrueMatcher
impl BeTrueMatcher
Sourcepub fn new() -> Self
pub fn new() -> Self
Create a new BeTrueMatcher.
Trait Implementations§
Source§impl Debug for BeTrueMatcher
impl Debug for BeTrueMatcher
Source§impl Default for BeTrueMatcher
impl Default for BeTrueMatcher
Source§fn default() -> BeTrueMatcher
fn default() -> BeTrueMatcher
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for BeTrueMatcher
impl RefUnwindSafe for BeTrueMatcher
impl Send for BeTrueMatcher
impl Sync for BeTrueMatcher
impl Unpin for BeTrueMatcher
impl UnwindSafe for BeTrueMatcher
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