pub struct NotModified {
pub path: Option<String>,
pub file: Option<String>,
pub subject: Option<TypedSubject>,
pub operation_index: Option<u32>,
pub reason: String,
pub extensions: BTreeMap<String, Value>,
}Expand description
One intentionally omitted change with an evidence-backed explanation.
Fields§
§path: Option<String>§file: Option<String>§subject: Option<TypedSubject>§operation_index: Option<u32>§reason: String§extensions: BTreeMap<String, Value>Trait Implementations§
Source§impl Clone for NotModified
impl Clone for NotModified
Source§fn clone(&self) -> NotModified
fn clone(&self) -> NotModified
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 NotModified
impl Debug for NotModified
Source§impl<'de> Deserialize<'de> for NotModified
impl<'de> Deserialize<'de> for NotModified
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 NotModified
impl PartialEq for NotModified
Source§impl Serialize for NotModified
impl Serialize for NotModified
impl StructuralPartialEq for NotModified
Auto Trait Implementations§
impl Freeze for NotModified
impl RefUnwindSafe for NotModified
impl Send for NotModified
impl Sync for NotModified
impl Unpin for NotModified
impl UnsafeUnpin for NotModified
impl UnwindSafe for NotModified
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