pub struct Covr(pub Bytes);Tuple Fields§
§0: BytesTrait Implementations§
impl Eq for Covr
impl StructuralPartialEq for Covr
Auto Trait Implementations§
impl !Freeze for Covr
impl RefUnwindSafe for Covr
impl Send for Covr
impl Sync for Covr
impl Unpin for Covr
impl UnwindSafe for Covr
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)