Struct twilight_http::request::guild::sticker::StickerValidationError [−][src]
pub struct StickerValidationError { /* fields omitted */ }Expand description
Error created if validation of a sticker field fails.
Implementations
Maximum length of a sticker description.
Minimum length of a sticker description.
Maximum length of a sticker name.
Minimum length of a sticker name.
Maximum length of the sticker’s tags.
Minimum length of the sticker’s tags.
Immutable reference to the type of error that occurred.
Consume the error, returning the source error if there is any.
Consume the error, returning the owned error type and the source error.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for StickerValidationError
impl Send for StickerValidationError
impl Sync for StickerValidationError
impl Unpin for StickerValidationError
impl UnwindSafe for StickerValidationError
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