pub struct CompositionConfig {
pub file_merging_strategy: FileMergingStrategy,
pub dependency_resolution: DependencyResolution,
pub conditional_files: Vec<ConditionalFile>,
}Fields§
§file_merging_strategy: FileMergingStrategy§dependency_resolution: DependencyResolution§conditional_files: Vec<ConditionalFile>Trait Implementations§
Source§impl Clone for CompositionConfig
impl Clone for CompositionConfig
Source§fn clone(&self) -> CompositionConfig
fn clone(&self) -> CompositionConfig
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 moreSource§impl Debug for CompositionConfig
impl Debug for CompositionConfig
Source§impl<'de> Deserialize<'de> for CompositionConfig
impl<'de> Deserialize<'de> for CompositionConfig
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
Auto Trait Implementations§
impl Freeze for CompositionConfig
impl RefUnwindSafe for CompositionConfig
impl Send for CompositionConfig
impl Sync for CompositionConfig
impl Unpin for CompositionConfig
impl UnwindSafe for CompositionConfig
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