pub struct SkillSourceConfig {
pub path: PathBuf,
pub recursive: bool,
}Expand description
One skill source entry.
Fields§
§path: PathBuf§recursive: boolTrait Implementations§
Source§impl Clone for SkillSourceConfig
impl Clone for SkillSourceConfig
Source§fn clone(&self) -> SkillSourceConfig
fn clone(&self) -> SkillSourceConfig
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 moreAuto Trait Implementations§
impl Freeze for SkillSourceConfig
impl RefUnwindSafe for SkillSourceConfig
impl Send for SkillSourceConfig
impl Sync for SkillSourceConfig
impl Unpin for SkillSourceConfig
impl UnsafeUnpin for SkillSourceConfig
impl UnwindSafe for SkillSourceConfig
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