pub struct BytesRange(/* private fields */);Auto Trait Implementations§
impl Freeze for BytesRange
impl RefUnwindSafe for BytesRange
impl Send for BytesRange
impl Sync for BytesRange
impl Unpin for BytesRange
impl UnsafeUnpin for BytesRange
impl UnwindSafe for BytesRange
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