pub struct AnyBytesProperty;
Expand description
A PropertyAssertion that passes for any Bytes.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AnyBytesProperty
impl RefUnwindSafe for AnyBytesProperty
impl Send for AnyBytesProperty
impl Sync for AnyBytesProperty
impl Unpin for AnyBytesProperty
impl UnwindSafe for AnyBytesProperty
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