pub struct SetupConfig {
pub services: Vec<String>,
pub quadlets: Vec<String>,
pub quadlet_dir: Option<PathBuf>,
}Fields§
§services: Vec<String>§quadlets: Vec<String>§quadlet_dir: Option<PathBuf>Trait Implementations§
Source§impl Clone for SetupConfig
impl Clone for SetupConfig
Source§fn clone(&self) -> SetupConfig
fn clone(&self) -> SetupConfig
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 SetupConfig
impl Debug for SetupConfig
Source§impl Default for SetupConfig
impl Default for SetupConfig
Source§fn default() -> SetupConfig
fn default() -> SetupConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SetupConfig
impl RefUnwindSafe for SetupConfig
impl Send for SetupConfig
impl Sync for SetupConfig
impl Unpin for SetupConfig
impl UnsafeUnpin for SetupConfig
impl UnwindSafe for SetupConfig
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