Enum git_fixture::FileContent
source · [−]Variants
Binary(Vec<u8>)
Text(String)
Implementations
Trait Implementations
sourceimpl Clone for FileContent
impl Clone for FileContent
sourcefn clone(&self) -> FileContent
fn clone(&self) -> FileContent
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for FileContent
impl Debug for FileContent
sourceimpl<'d> From<&'d String> for FileContent
impl<'d> From<&'d String> for FileContent
sourceimpl<'d> From<&'d str> for FileContent
impl<'d> From<&'d str> for FileContent
Auto Trait Implementations
impl RefUnwindSafe for FileContent
impl Send for FileContent
impl Sync for FileContent
impl Unpin for FileContent
impl UnwindSafe for FileContent
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more