pub struct RepositoryMapDirectoryChange {
pub directory: String,
pub purpose: Option<String>,
pub content_scope: Option<Vec<String>>,
pub key_files: Option<Vec<String>>,
pub load_hint: Option<DirectoryLoadHint>,
pub relations: Option<Vec<DirectoryRelation>>,
pub update_rule: Option<DirectoryUpdateRule>,
}Expand description
Optional fields accepted by map directory update.
Fields§
§directory: String§purpose: Option<String>§content_scope: Option<Vec<String>>§key_files: Option<Vec<String>>§load_hint: Option<DirectoryLoadHint>§relations: Option<Vec<DirectoryRelation>>§update_rule: Option<DirectoryUpdateRule>Trait Implementations§
Source§impl Clone for RepositoryMapDirectoryChange
impl Clone for RepositoryMapDirectoryChange
Source§fn clone(&self) -> RepositoryMapDirectoryChange
fn clone(&self) -> RepositoryMapDirectoryChange
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 RepositoryMapDirectoryChange
impl Debug for RepositoryMapDirectoryChange
impl Eq for RepositoryMapDirectoryChange
impl StructuralPartialEq for RepositoryMapDirectoryChange
Auto Trait Implementations§
impl Freeze for RepositoryMapDirectoryChange
impl RefUnwindSafe for RepositoryMapDirectoryChange
impl Send for RepositoryMapDirectoryChange
impl Sync for RepositoryMapDirectoryChange
impl Unpin for RepositoryMapDirectoryChange
impl UnsafeUnpin for RepositoryMapDirectoryChange
impl UnwindSafe for RepositoryMapDirectoryChange
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.