pub enum YamlAttribVerifyError {
Categories(CategoryError),
Authors(AuthorError),
Hints(HintError),
Flag(FlagError),
Files(FileErrors),
Deploy(DeployOptionsError),
NameNotString(ValueType),
PointsNotInt(ValueType),
DescNotString(ValueType),
VisNotBool(ValueType),
}Variants§
Categories(CategoryError)
Authors(AuthorError)
Hints(HintError)
Flag(FlagError)
Files(FileErrors)
Deploy(DeployOptionsError)
NameNotString(ValueType)
PointsNotInt(ValueType)
DescNotString(ValueType)
VisNotBool(ValueType)
Trait Implementations§
Source§impl Clone for YamlAttribVerifyError
impl Clone for YamlAttribVerifyError
Source§fn clone(&self) -> YamlAttribVerifyError
fn clone(&self) -> YamlAttribVerifyError
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 YamlAttribVerifyError
impl Debug for YamlAttribVerifyError
Auto Trait Implementations§
impl Freeze for YamlAttribVerifyError
impl RefUnwindSafe for YamlAttribVerifyError
impl Send for YamlAttribVerifyError
impl Sync for YamlAttribVerifyError
impl Unpin for YamlAttribVerifyError
impl UnwindSafe for YamlAttribVerifyError
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