pub struct LogDiffEntry {
pub name: Option<String>,
pub added: Option<String>,
}Expand description
LogDiffEntry
Fields§
§name: Option<String>§added: Option<String>Implementations§
Source§impl LogDiffEntry
impl LogDiffEntry
pub fn new() -> LogDiffEntry
Trait Implementations§
Source§impl Clone for LogDiffEntry
impl Clone for LogDiffEntry
Source§fn clone(&self) -> LogDiffEntry
fn clone(&self) -> LogDiffEntry
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 LogDiffEntry
impl Debug for LogDiffEntry
Source§impl Default for LogDiffEntry
impl Default for LogDiffEntry
Source§fn default() -> LogDiffEntry
fn default() -> LogDiffEntry
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LogDiffEntry
impl<'de> Deserialize<'de> for LogDiffEntry
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 LogDiffEntry
impl PartialEq for LogDiffEntry
Source§impl Serialize for LogDiffEntry
impl Serialize for LogDiffEntry
impl StructuralPartialEq for LogDiffEntry
Auto Trait Implementations§
impl Freeze for LogDiffEntry
impl RefUnwindSafe for LogDiffEntry
impl Send for LogDiffEntry
impl Sync for LogDiffEntry
impl Unpin for LogDiffEntry
impl UnsafeUnpin for LogDiffEntry
impl UnwindSafe for LogDiffEntry
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