pub struct ManifestEdit {
pub original_hash: String,
pub updated_source: String,
pub summary: String,
}Expand description
Preview of one constrained workspace-manifest mutation.
Fields§
§original_hash: StringOriginal content fingerprint used for concurrent-change detection.
updated_source: StringComplete updated manifest content.
summary: StringHuman-readable operation summary.
Trait Implementations§
Source§impl Clone for ManifestEdit
impl Clone for ManifestEdit
Source§fn clone(&self) -> ManifestEdit
fn clone(&self) -> ManifestEdit
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 ManifestEdit
impl Debug for ManifestEdit
impl Eq for ManifestEdit
Source§impl PartialEq for ManifestEdit
impl PartialEq for ManifestEdit
impl StructuralPartialEq for ManifestEdit
Auto Trait Implementations§
impl Freeze for ManifestEdit
impl RefUnwindSafe for ManifestEdit
impl Send for ManifestEdit
impl Sync for ManifestEdit
impl Unpin for ManifestEdit
impl UnsafeUnpin for ManifestEdit
impl UnwindSafe for ManifestEdit
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.