pub struct WatchedRepository {
pub repository_id: String,
pub alias: String,
pub root: PathBuf,
pub path_filters: Vec<String>,
pub language_filters: Vec<String>,
pub source_scope: String,
pub last_indexed_commit: String,
}Fields§
§repository_id: String§alias: String§root: PathBuf§path_filters: Vec<String>§language_filters: Vec<String>§source_scope: String§last_indexed_commit: StringLast successfully published snapshot identity used as the durable base.
Trait Implementations§
Source§impl Clone for WatchedRepository
impl Clone for WatchedRepository
Source§fn clone(&self) -> WatchedRepository
fn clone(&self) -> WatchedRepository
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 WatchedRepository
impl Debug for WatchedRepository
impl Eq for WatchedRepository
Source§impl PartialEq for WatchedRepository
impl PartialEq for WatchedRepository
impl StructuralPartialEq for WatchedRepository
Auto Trait Implementations§
impl Freeze for WatchedRepository
impl RefUnwindSafe for WatchedRepository
impl Send for WatchedRepository
impl Sync for WatchedRepository
impl Unpin for WatchedRepository
impl UnsafeUnpin for WatchedRepository
impl UnwindSafe for WatchedRepository
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.