pub struct ContentFile {
pub path: String,
pub blob_hash: String,
pub bytes: u64,
}Fields§
§path: String§blob_hash: String§bytes: u64Trait Implementations§
Source§impl Clone for ContentFile
impl Clone for ContentFile
Source§fn clone(&self) -> ContentFile
fn clone(&self) -> ContentFile
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ContentFile
impl Debug for ContentFile
impl Eq for ContentFile
Source§impl PartialEq for ContentFile
impl PartialEq for ContentFile
impl StructuralPartialEq for ContentFile
Auto Trait Implementations§
impl Freeze for ContentFile
impl RefUnwindSafe for ContentFile
impl Send for ContentFile
impl Sync for ContentFile
impl Unpin for ContentFile
impl UnsafeUnpin for ContentFile
impl UnwindSafe for ContentFile
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§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.