pub struct InvalidByteRange { /* private fields */ }Expand description
Error returned when constructing a byte range with start > end.
Implementations§
Trait Implementations§
Source§impl Clone for InvalidByteRange
impl Clone for InvalidByteRange
Source§fn clone(&self) -> InvalidByteRange
fn clone(&self) -> InvalidByteRange
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for InvalidByteRange
Source§impl Debug for InvalidByteRange
impl Debug for InvalidByteRange
impl Eq for InvalidByteRange
Source§impl PartialEq for InvalidByteRange
impl PartialEq for InvalidByteRange
impl StructuralPartialEq for InvalidByteRange
Auto Trait Implementations§
impl Freeze for InvalidByteRange
impl RefUnwindSafe for InvalidByteRange
impl Send for InvalidByteRange
impl Sync for InvalidByteRange
impl Unpin for InvalidByteRange
impl UnsafeUnpin for InvalidByteRange
impl UnwindSafe for InvalidByteRange
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