Enum git_fixture::FileContent
source · pub enum FileContent {
Binary(Vec<u8>),
Text(String),
}
Variants§
Implementations§
Trait Implementations§
source§impl Clone for FileContent
impl Clone for FileContent
source§fn clone(&self) -> FileContent
fn clone(&self) -> FileContent
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 more