pub struct FileChangeLine {
pub path: String,
pub summary: String,
}Fields§
§path: String§summary: StringTrait Implementations§
Source§impl Clone for FileChangeLine
impl Clone for FileChangeLine
Source§fn clone(&self) -> FileChangeLine
fn clone(&self) -> FileChangeLine
Returns a duplicate 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 moreSource§impl Debug for FileChangeLine
impl Debug for FileChangeLine
Source§impl Default for FileChangeLine
impl Default for FileChangeLine
Source§fn default() -> FileChangeLine
fn default() -> FileChangeLine
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for FileChangeLinewhere
FileChangeLine: Default,
impl<'de> Deserialize<'de> for FileChangeLinewhere
FileChangeLine: Default,
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for FileChangeLine
impl PartialEq for FileChangeLine
Source§impl Serialize for FileChangeLine
impl Serialize for FileChangeLine
impl StructuralPartialEq for FileChangeLine
Auto Trait Implementations§
impl Freeze for FileChangeLine
impl RefUnwindSafe for FileChangeLine
impl Send for FileChangeLine
impl Sync for FileChangeLine
impl Unpin for FileChangeLine
impl UnsafeUnpin for FileChangeLine
impl UnwindSafe for FileChangeLine
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