pub struct SourceDirConfig {
pub directory: String,
}Fields§
§directory: StringTrait Implementations§
Source§impl Clone for SourceDirConfig
impl Clone for SourceDirConfig
Source§fn clone(&self) -> SourceDirConfig
fn clone(&self) -> SourceDirConfig
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 SourceDirConfig
impl Debug for SourceDirConfig
Source§impl PartialEq for SourceDirConfig
impl PartialEq for SourceDirConfig
Source§fn eq(&self, other: &SourceDirConfig) -> bool
fn eq(&self, other: &SourceDirConfig) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SourceDirConfig
Auto Trait Implementations§
impl Freeze for SourceDirConfig
impl RefUnwindSafe for SourceDirConfig
impl Send for SourceDirConfig
impl Sync for SourceDirConfig
impl Unpin for SourceDirConfig
impl UnsafeUnpin for SourceDirConfig
impl UnwindSafe for SourceDirConfig
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