pub struct ConfigOutcome {
pub manifest_path: PathBuf,
pub manifest: Value,
pub schema: Value,
pub source: ConfigSchemaSource,
pub schema_written: bool,
pub persist_schema: bool,
}Fields§
§manifest_path: PathBuf§manifest: Value§schema: Value§source: ConfigSchemaSource§schema_written: bool§persist_schema: boolTrait Implementations§
Source§impl Clone for ConfigOutcome
impl Clone for ConfigOutcome
Source§fn clone(&self) -> ConfigOutcome
fn clone(&self) -> ConfigOutcome
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ConfigOutcome
impl RefUnwindSafe for ConfigOutcome
impl Send for ConfigOutcome
impl Sync for ConfigOutcome
impl Unpin for ConfigOutcome
impl UnwindSafe for ConfigOutcome
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