pub struct OutputDriftEntry {
pub path: String,
pub old_sha256: String,
pub new_sha256: String,
}Fields§
§path: String§old_sha256: String§new_sha256: StringTrait Implementations§
Source§impl Clone for OutputDriftEntry
impl Clone for OutputDriftEntry
Source§fn clone(&self) -> OutputDriftEntry
fn clone(&self) -> OutputDriftEntry
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 OutputDriftEntry
impl Debug for OutputDriftEntry
Source§impl<'de> Deserialize<'de> for OutputDriftEntry
impl<'de> Deserialize<'de> for OutputDriftEntry
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
Auto Trait Implementations§
impl Freeze for OutputDriftEntry
impl RefUnwindSafe for OutputDriftEntry
impl Send for OutputDriftEntry
impl Sync for OutputDriftEntry
impl Unpin for OutputDriftEntry
impl UnsafeUnpin for OutputDriftEntry
impl UnwindSafe for OutputDriftEntry
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