pub struct BytesMut<'a>(&'a mut [u8]);
Tuple Fields§
§0: &'a mut [u8]
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for BytesMut<'a>
impl<'a> RefUnwindSafe for BytesMut<'a>
impl<'a> Send for BytesMut<'a>
impl<'a> Sync for BytesMut<'a>
impl<'a> Unpin for BytesMut<'a>
impl<'a> !UnwindSafe for BytesMut<'a>
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