pub struct OrchestrationImported {
pub orchestration: Orchestration,
pub vault_keys: Vec<String>,
pub root: PathBuf,
pub carried: Vec<String>,
}Expand description
What an import did: the orchestration as saved, the vault’s key names, and the unmodeled files carried by path.
Fields§
§orchestration: OrchestrationThe orchestration value, as written into root.
vault_keys: Vec<String>The .env names the orchestration’s secret refs point at — names only.
root: PathBufOur folder.
carried: Vec<String>Files the orchestration does not model, copied byte for byte (relative to root).
Trait Implementations§
Source§impl Clone for OrchestrationImported
impl Clone for OrchestrationImported
Source§fn clone(&self) -> OrchestrationImported
fn clone(&self) -> OrchestrationImported
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 OrchestrationImported
impl Debug for OrchestrationImported
Source§impl<'de> Deserialize<'de> for OrchestrationImported
impl<'de> Deserialize<'de> for OrchestrationImported
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 OrchestrationImported
Source§impl PartialEq for OrchestrationImported
impl PartialEq for OrchestrationImported
Source§impl Serialize for OrchestrationImported
impl Serialize for OrchestrationImported
impl StructuralPartialEq for OrchestrationImported
Auto Trait Implementations§
impl Freeze for OrchestrationImported
impl RefUnwindSafe for OrchestrationImported
impl Send for OrchestrationImported
impl Sync for OrchestrationImported
impl Unpin for OrchestrationImported
impl UnsafeUnpin for OrchestrationImported
impl UnwindSafe for OrchestrationImported
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§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.