pub struct BytesMatcher(/* private fields */);Expand description
Matcher using bytes regex (for any input)
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BytesMatcher
impl RefUnwindSafe for BytesMatcher
impl Send for BytesMatcher
impl Sync for BytesMatcher
impl Unpin for BytesMatcher
impl UnsafeUnpin for BytesMatcher
impl UnwindSafe for BytesMatcher
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