Enum redmine_api::api::custom_fields::FieldFormat
source · [−]pub enum FieldFormat {
Bool,
Date,
File,
Float,
Integer,
KeyValueList,
Link,
List,
Text,
String,
User,
Version,
}
Expand description
Describes the format (data type) of a field
Variants
Bool
true or false
Date
a calendar date
File
an uploaded file
Float
a floating point number
Integer
a whole number
KeyValueList
a list of key/value pairs
Link
a hyperlink
List
a list of strings
Text
a long text (multi-line)
String
a short text
User
a Redmine user
Version
a Target version
Trait Implementations
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 RefUnwindSafe for FieldFormat
impl Send for FieldFormat
impl Sync for FieldFormat
impl Unpin for FieldFormat
impl UnwindSafe for FieldFormat
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more