pub struct BytesResource { /* private fields */ }
Expand description
This struct is a pointer to a memory chunk or slice.
Implementations§
Trait Implementations§
impl Send for BytesResource
Auto Trait Implementations§
impl Freeze for BytesResource
impl RefUnwindSafe for BytesResource
impl !Sync for BytesResource
impl Unpin for BytesResource
impl UnwindSafe for BytesResource
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