Enum cli::types::DeprecationInfo [−][src]
Expand description
Holds deprecation info such as true/false/message
Variants
Boolean(bool)True/False flag (true is deprecated)
Message(String)Deprecation message
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 DeprecationInfoimpl Send for DeprecationInfoimpl Sync for DeprecationInfoimpl Unpin for DeprecationInfoimpl UnwindSafe for DeprecationInfoBlanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V