pub struct ConfigureConfig {
pub path: Option<PathBuf>,
pub mode: u32,
}Fields§
§path: Option<PathBuf>§mode: u32Trait Implementations§
Source§impl Clone for ConfigureConfig
impl Clone for ConfigureConfig
Source§fn clone(&self) -> ConfigureConfig
fn clone(&self) -> ConfigureConfig
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 ConfigureConfig
impl Debug for ConfigureConfig
Source§impl Default for ConfigureConfig
impl Default for ConfigureConfig
Source§impl<'de> Deserialize<'de> for ConfigureConfig
impl<'de> Deserialize<'de> for ConfigureConfig
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 ConfigureConfig
impl RefUnwindSafe for ConfigureConfig
impl Send for ConfigureConfig
impl Sync for ConfigureConfig
impl Unpin for ConfigureConfig
impl UnwindSafe for ConfigureConfig
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