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 Freeze for StickerValidationErrorType
impl RefUnwindSafe for StickerValidationErrorType
impl Send for StickerValidationErrorType
impl Sync for StickerValidationErrorType
impl Unpin for StickerValidationErrorType
impl UnwindSafe for StickerValidationErrorType
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