pub struct DotmSettings {
pub target: String,
pub packages_dir: String,
pub auto_prune: bool,
}Fields§
§target: String§packages_dir: String§auto_prune: boolTrait Implementations§
Source§impl Debug for DotmSettings
impl Debug for DotmSettings
Source§impl<'de> Deserialize<'de> for DotmSettings
impl<'de> Deserialize<'de> for DotmSettings
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 DotmSettings
impl RefUnwindSafe for DotmSettings
impl Send for DotmSettings
impl Sync for DotmSettings
impl Unpin for DotmSettings
impl UnsafeUnpin for DotmSettings
impl UnwindSafe for DotmSettings
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