Struct twilight_embed_builder::image_source::ImageSourceUrlError [−][src]
pub struct ImageSourceUrlError { /* fields omitted */ }Expand description
Error creating an embed field.
Implementations
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 ImageSourceUrlErrorimpl Send for ImageSourceUrlErrorimpl Sync for ImageSourceUrlErrorimpl Unpin for ImageSourceUrlErrorimpl UnwindSafe for ImageSourceUrlError