Struct jj_lib::files::ContentHunk
source · pub struct ContentHunk(pub Vec<u8>);
Tuple Fields§
§0: Vec<u8>
Trait Implementations§
source§impl Clone for ContentHunk
impl Clone for ContentHunk
source§fn clone(&self) -> ContentHunk
fn clone(&self) -> ContentHunk
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ContentHunk
impl Debug for ContentHunk
source§impl PartialEq for ContentHunk
impl PartialEq for ContentHunk
source§fn eq(&self, other: &ContentHunk) -> bool
fn eq(&self, other: &ContentHunk) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for ContentHunk
impl StructuralEq for ContentHunk
impl StructuralPartialEq for ContentHunk
Auto Trait Implementations§
impl RefUnwindSafe for ContentHunk
impl Send for ContentHunk
impl Sync for ContentHunk
impl Unpin for ContentHunk
impl UnwindSafe for ContentHunk
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