pub struct ConfigReadParams {
pub cwd: Option<String>,
pub include_layers: Option<bool>,
}Fields§
§cwd: Option<String>§include_layers: Option<bool>Trait Implementations§
Source§impl Clone for ConfigReadParams
impl Clone for ConfigReadParams
Source§fn clone(&self) -> ConfigReadParams
fn clone(&self) -> ConfigReadParams
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 ConfigReadParams
impl Debug for ConfigReadParams
Source§impl<'de> Deserialize<'de> for ConfigReadParams
impl<'de> Deserialize<'de> for ConfigReadParams
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 ConfigReadParams
impl PartialEq for ConfigReadParams
Source§fn eq(&self, other: &ConfigReadParams) -> bool
fn eq(&self, other: &ConfigReadParams) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ConfigReadParams
impl Serialize for ConfigReadParams
impl StructuralPartialEq for ConfigReadParams
Auto Trait Implementations§
impl Freeze for ConfigReadParams
impl RefUnwindSafe for ConfigReadParams
impl Send for ConfigReadParams
impl Sync for ConfigReadParams
impl Unpin for ConfigReadParams
impl UnsafeUnpin for ConfigReadParams
impl UnwindSafe for ConfigReadParams
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