pub enum StickerValidationErrorType {
DescriptionInvalid,
NameInvalid,
TagsInvalid,
}Expand description
Type of StickerValidationError that occurred.
Variants
DescriptionInvalid
Sticker’s description is invalid.
NameInvalid
Sticker’s name is invalid.
TagsInvalid
Sticker’s tags are invalid.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for StickerValidationErrorType
impl Send for StickerValidationErrorType
impl Sync for StickerValidationErrorType
impl Unpin for StickerValidationErrorType
impl UnwindSafe for StickerValidationErrorType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more