Enum lib_gistit::errors::params::ParamsError [−][src]
pub enum ParamsError {
DescriptionCharRange,
AuthorCharRange,
Colorscheme(Option<String>),
LifespanRange,
InvalidLifespan,
InvalidUrl(String),
InvalidHash(String),
}
Variants
DescriptionCharRange
AuthorCharRange
Colorscheme(Option<String>)
LifespanRange
InvalidLifespan
InvalidUrl(String)
Tuple Fields
0: String
InvalidHash(String)
Tuple Fields
0: String
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for ParamsError
impl Send for ParamsError
impl Sync for ParamsError
impl Unpin for ParamsError
impl UnwindSafe for ParamsError
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
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