pub enum ContributionType {
Author,
Editor,
Translator,
Photographer,
Ilustrator,
MusicEditor,
ForewordBy,
IntroductionBy,
AfterwordBy,
PrefaceBy,
}
Variants§
Author
Editor
Translator
Photographer
Ilustrator
MusicEditor
ForewordBy
IntroductionBy
AfterwordBy
PrefaceBy
Trait Implementations§
Source§impl Clone for ContributionType
impl Clone for ContributionType
Source§fn clone(&self) -> ContributionType
fn clone(&self) -> ContributionType
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 ContributionType
impl Debug for ContributionType
Source§impl Default for ContributionType
impl Default for ContributionType
Source§fn default() -> ContributionType
fn default() -> ContributionType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ContributionType
impl<'de> Deserialize<'de> for ContributionType
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
Source§impl Display for ContributionType
impl Display for ContributionType
Source§impl FromStr for ContributionType
impl FromStr for ContributionType
Source§type Err = ThothError
type Err = ThothError
The associated error which can be returned from parsing.
Source§fn from_str(input: &str) -> Result<ContributionType, ThothError>
fn from_str(input: &str) -> Result<ContributionType, ThothError>
Parses a string
s
to return a value of this type. Read moreSource§impl PartialEq for ContributionType
impl PartialEq for ContributionType
Source§impl Serialize for ContributionType
impl Serialize for ContributionType
impl StructuralPartialEq for ContributionType
Auto Trait Implementations§
impl Freeze for ContributionType
impl RefUnwindSafe for ContributionType
impl Send for ContributionType
impl Sync for ContributionType
impl Unpin for ContributionType
impl UnwindSafe for ContributionType
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