pub struct SourceConfigHash {
pub source: String,
pub config_hash: String,
pub merged_at: String,
}Expand description
A stored config hash for detecting source changes.
Fields§
§source: String§config_hash: String§merged_at: StringTrait Implementations§
Source§impl Clone for SourceConfigHash
impl Clone for SourceConfigHash
Source§fn clone(&self) -> SourceConfigHash
fn clone(&self) -> SourceConfigHash
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 moreAuto Trait Implementations§
impl Freeze for SourceConfigHash
impl RefUnwindSafe for SourceConfigHash
impl Send for SourceConfigHash
impl Sync for SourceConfigHash
impl Unpin for SourceConfigHash
impl UnsafeUnpin for SourceConfigHash
impl UnwindSafe for SourceConfigHash
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