pub struct CodePathTombstone {
pub repository_id: String,
pub source_scope: String,
pub old_path: String,
pub new_path: Option<String>,
pub base_ref: String,
pub head_ref: String,
}Expand description
Rename/delete lineage marker retained after incremental updates.
Fields§
§repository_id: String§source_scope: String§old_path: String§new_path: Option<String>§base_ref: String§head_ref: StringTrait Implementations§
Source§impl Clone for CodePathTombstone
impl Clone for CodePathTombstone
Source§fn clone(&self) -> CodePathTombstone
fn clone(&self) -> CodePathTombstone
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 CodePathTombstone
impl Debug for CodePathTombstone
Source§impl<'de> Deserialize<'de> for CodePathTombstone
impl<'de> Deserialize<'de> for CodePathTombstone
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
impl Eq for CodePathTombstone
Source§impl PartialEq for CodePathTombstone
impl PartialEq for CodePathTombstone
Source§impl Serialize for CodePathTombstone
impl Serialize for CodePathTombstone
impl StructuralPartialEq for CodePathTombstone
Auto Trait Implementations§
impl Freeze for CodePathTombstone
impl RefUnwindSafe for CodePathTombstone
impl Send for CodePathTombstone
impl Sync for CodePathTombstone
impl Unpin for CodePathTombstone
impl UnsafeUnpin for CodePathTombstone
impl UnwindSafe for CodePathTombstone
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,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
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.