pub struct VersionedFile {
pub bytes: Vec<u8>,
pub revision: String,
}Fields§
§bytes: Vec<u8>§revision: StringTrait Implementations§
Source§impl Clone for VersionedFile
impl Clone for VersionedFile
Source§fn clone(&self) -> VersionedFile
fn clone(&self) -> VersionedFile
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 VersionedFile
impl Debug for VersionedFile
impl Eq for VersionedFile
Source§impl PartialEq for VersionedFile
impl PartialEq for VersionedFile
impl StructuralPartialEq for VersionedFile
Auto Trait Implementations§
impl Freeze for VersionedFile
impl RefUnwindSafe for VersionedFile
impl Send for VersionedFile
impl Sync for VersionedFile
impl Unpin for VersionedFile
impl UnsafeUnpin for VersionedFile
impl UnwindSafe for VersionedFile
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