pub struct RawChunk { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for RawChunk
impl RefUnwindSafe for RawChunk
impl Send for RawChunk
impl Sync for RawChunk
impl Unpin for RawChunk
impl UnwindSafe for RawChunk
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