pub struct VariantConfigStoreConfig {
pub condition_path: String,
pub value_path: String,
}Fields§
§condition_path: String§value_path: StringTrait Implementations§
Source§impl Clone for VariantConfigStoreConfig
impl Clone for VariantConfigStoreConfig
Source§fn clone(&self) -> VariantConfigStoreConfig
fn clone(&self) -> VariantConfigStoreConfig
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 VariantConfigStoreConfig
impl Debug for VariantConfigStoreConfig
Auto Trait Implementations§
impl Freeze for VariantConfigStoreConfig
impl RefUnwindSafe for VariantConfigStoreConfig
impl Send for VariantConfigStoreConfig
impl Sync for VariantConfigStoreConfig
impl Unpin for VariantConfigStoreConfig
impl UnwindSafe for VariantConfigStoreConfig
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