pub struct CodeIndexPublicationTarget {
pub task_id: String,
pub repository_id: String,
pub source_scope: String,
pub resolved_commit_sha: String,
pub tree_hash: String,
pub path_filters: Vec<String>,
pub language_filters: Vec<String>,
}Expand description
Durable task target whose already-complete publication may be adopted by a later fenced attempt without rebuilding code or software facts.
Fields§
§task_id: String§repository_id: String§source_scope: String§resolved_commit_sha: String§tree_hash: String§path_filters: Vec<String>§language_filters: Vec<String>Trait Implementations§
Source§impl Clone for CodeIndexPublicationTarget
impl Clone for CodeIndexPublicationTarget
Source§fn clone(&self) -> CodeIndexPublicationTarget
fn clone(&self) -> CodeIndexPublicationTarget
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 CodeIndexPublicationTarget
impl Debug for CodeIndexPublicationTarget
impl Eq for CodeIndexPublicationTarget
impl StructuralPartialEq for CodeIndexPublicationTarget
Auto Trait Implementations§
impl Freeze for CodeIndexPublicationTarget
impl RefUnwindSafe for CodeIndexPublicationTarget
impl Send for CodeIndexPublicationTarget
impl Sync for CodeIndexPublicationTarget
impl Unpin for CodeIndexPublicationTarget
impl UnsafeUnpin for CodeIndexPublicationTarget
impl UnwindSafe for CodeIndexPublicationTarget
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.