pub struct ByteNull { /* private fields */ }Expand description
Checks whether the byte is NULL.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ByteNull
impl RefUnwindSafe for ByteNull
impl Send for ByteNull
impl Sync for ByteNull
impl Unpin for ByteNull
impl UnsafeUnpin for ByteNull
impl UnwindSafe for ByteNull
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
Source§impl<T, P> PredicateExpected<T> for P
impl<T, P> PredicateExpected<T> for P
Source§fn expected() -> Expected<T, Self>
fn expected() -> Expected<T, Self>
Returns the
Expected<T, Self> value used for formatting.