pub struct ValidateByteRangeOperator { /* private fields */ }Expand description
Validates that all bytes are within specified ranges.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ValidateByteRangeOperator
impl RefUnwindSafe for ValidateByteRangeOperator
impl Send for ValidateByteRangeOperator
impl Sync for ValidateByteRangeOperator
impl Unpin for ValidateByteRangeOperator
impl UnwindSafe for ValidateByteRangeOperator
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