pub struct UnstagedFile {
pub status: String,
pub path: String,
}Fields§
§status: String§path: StringTrait Implementations§
Source§impl Clone for UnstagedFile
impl Clone for UnstagedFile
Source§fn clone(&self) -> UnstagedFile
fn clone(&self) -> UnstagedFile
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 moreAuto Trait Implementations§
impl Freeze for UnstagedFile
impl RefUnwindSafe for UnstagedFile
impl Send for UnstagedFile
impl Sync for UnstagedFile
impl Unpin for UnstagedFile
impl UnsafeUnpin for UnstagedFile
impl UnwindSafe for UnstagedFile
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