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