pub struct RunLayoutConfig {
pub base_dir: Option<PathBuf>,
pub category: Option<PathBuf>,
pub mirror_config_path: bool,
pub bundle: Option<PathBuf>,
pub stage: Option<PathBuf>,
pub variant: Option<PathBuf>,
}Fields§
§base_dir: Option<PathBuf>§category: Option<PathBuf>§mirror_config_path: bool§bundle: Option<PathBuf>§stage: Option<PathBuf>§variant: Option<PathBuf>Trait Implementations§
Source§impl Clone for RunLayoutConfig
impl Clone for RunLayoutConfig
Source§fn clone(&self) -> RunLayoutConfig
fn clone(&self) -> RunLayoutConfig
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 RunLayoutConfig
impl Debug for RunLayoutConfig
Source§impl Default for RunLayoutConfig
impl Default for RunLayoutConfig
Source§impl<'de> Deserialize<'de> for RunLayoutConfig
impl<'de> Deserialize<'de> for RunLayoutConfig
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
Source§impl PartialEq for RunLayoutConfig
impl PartialEq for RunLayoutConfig
Source§impl Serialize for RunLayoutConfig
impl Serialize for RunLayoutConfig
impl Eq for RunLayoutConfig
impl StructuralPartialEq for RunLayoutConfig
Auto Trait Implementations§
impl Freeze for RunLayoutConfig
impl RefUnwindSafe for RunLayoutConfig
impl Send for RunLayoutConfig
impl Sync for RunLayoutConfig
impl Unpin for RunLayoutConfig
impl UnsafeUnpin for RunLayoutConfig
impl UnwindSafe for RunLayoutConfig
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
Source§impl<C> CloneExpand for Cwhere
C: Clone,
impl<C> CloneExpand for Cwhere
C: Clone,
fn __expand_clone_method(&self, _scope: &mut Scope) -> C
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§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.