pub struct PathCommentConfig {
pub enabled: bool,
pub formats: HashMap<String, String>,
pub exclude: ExcludeConfig,
}Fields§
§enabled: bool§formats: HashMap<String, String>§exclude: ExcludeConfigTrait Implementations§
Source§impl Clone for PathCommentConfig
impl Clone for PathCommentConfig
Source§fn clone(&self) -> PathCommentConfig
fn clone(&self) -> PathCommentConfig
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 Debug for PathCommentConfig
impl Debug for PathCommentConfig
Source§impl<'de> Deserialize<'de> for PathCommentConfig
impl<'de> Deserialize<'de> for PathCommentConfig
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 PathCommentConfig
impl RefUnwindSafe for PathCommentConfig
impl Send for PathCommentConfig
impl Sync for PathCommentConfig
impl Unpin for PathCommentConfig
impl UnsafeUnpin for PathCommentConfig
impl UnwindSafe for PathCommentConfig
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