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