pub struct SkillsDirectory { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for SkillsDirectory
impl Clone for SkillsDirectory
Source§fn clone(&self) -> SkillsDirectory
fn clone(&self) -> SkillsDirectory
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 ContextSource for SkillsDirectory
impl ContextSource for SkillsDirectory
Auto Trait Implementations§
impl Freeze for SkillsDirectory
impl RefUnwindSafe for SkillsDirectory
impl Send for SkillsDirectory
impl Sync for SkillsDirectory
impl Unpin for SkillsDirectory
impl UnsafeUnpin for SkillsDirectory
impl UnwindSafe for SkillsDirectory
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