Struct mit_commit_message_lints::mit::Author [−][src]
pub struct Author { /* fields omitted */ }Implementations
Trait Implementations
impl<'de> Deserialize<'de> for Author[src]
impl<'de> Deserialize<'de> for Author[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl StructuralEq for Author[src]
impl StructuralEq for Author[src]impl StructuralPartialEq for Author[src]
impl StructuralPartialEq for Author[src]Auto Trait Implementations
impl RefUnwindSafe for Author
impl RefUnwindSafe for Authorimpl UnwindSafe for Author
impl UnwindSafe for AuthorBlanket Implementations
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]