pub enum DefinedTag {
Show 15 variants
Aerospace,
Business,
ComputerScience,
Economics,
Education,
Engineering,
Geography,
HealthMedicine,
History,
LanguageArts,
LiberalArts,
Mathematics,
Politics,
Psychology,
Science,
}Variants§
Aerospace
Business
ComputerScience
Economics
Education
Engineering
Geography
HealthMedicine
History
LanguageArts
LiberalArts
Mathematics
Politics
Psychology
Science
Implementations§
Source§impl DefinedTag
impl DefinedTag
pub fn to_vec() -> Vec<DefinedTag>
Trait Implementations§
Source§impl Clone for DefinedTag
impl Clone for DefinedTag
Source§fn clone(&self) -> DefinedTag
fn clone(&self) -> DefinedTag
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 moreimpl Copy for DefinedTag
Source§impl Debug for DefinedTag
impl Debug for DefinedTag
Source§impl<'de> Deserialize<'de> for DefinedTag
impl<'de> Deserialize<'de> for DefinedTag
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 DefinedTag
impl Display for DefinedTag
Source§impl From<DefinedTag> for String
impl From<DefinedTag> for String
Source§fn from(tag: DefinedTag) -> Self
fn from(tag: DefinedTag) -> Self
Converts to this type from the input type.
Source§impl FromStr for DefinedTag
impl FromStr for DefinedTag
Source§impl IntoEnumIterator for DefinedTag
impl IntoEnumIterator for DefinedTag
type Iterator = DefinedTagIter
fn iter() -> DefinedTagIter ⓘ
Source§impl Serialize for DefinedTag
impl Serialize for DefinedTag
Auto Trait Implementations§
impl Freeze for DefinedTag
impl RefUnwindSafe for DefinedTag
impl Send for DefinedTag
impl Sync for DefinedTag
impl Unpin for DefinedTag
impl UnsafeUnpin for DefinedTag
impl UnwindSafe for DefinedTag
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
impl<T> ErasedDestructor for Twhere
T: 'static,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
Source§fn in_current_span(self) -> Instrumented<Self> ⓘ
fn in_current_span(self) -> Instrumented<Self> ⓘ
Source§impl<I> IntoResettable<String> for I
impl<I> IntoResettable<String> for I
Source§fn into_resettable(self) -> Resettable<String>
fn into_resettable(self) -> Resettable<String>
Convert to the intended resettable type
Source§impl<T> PolicyExt for Twhere
T: ?Sized,
impl<T> PolicyExt for Twhere
T: ?Sized,
Source§impl<T> ToStringFallible for Twhere
T: Display,
impl<T> ToStringFallible for Twhere
T: Display,
Source§fn try_to_string(&self) -> Result<String, TryReserveError>
fn try_to_string(&self) -> Result<String, TryReserveError>
ToString::to_string, but without panic on OOM.