Enum graphicsmagick::error::ExceptionType[][src]

pub enum ExceptionType {
Show variants UndefinedException, EventException, ExceptionEvent, ResourceEvent, ResourceLimitEvent, TypeEvent, AnnotateEvent, OptionEvent, DelegateEvent, MissingDelegateEvent, CorruptImageEvent, FileOpenEvent, BlobEvent, StreamEvent, CacheEvent, CoderEvent, ModuleEvent, DrawEvent, RenderEvent, ImageEvent, WandEvent, TemporaryFileEvent, TransformEvent, XServerEvent, X11Event, UserEvent, MonitorEvent, LocaleEvent, DeprecateEvent, RegistryEvent, ConfigureEvent, WarningException, ExceptionWarning, ResourceWarning, ResourceLimitWarning, TypeWarning, AnnotateWarning, OptionWarning, DelegateWarning, MissingDelegateWarning, CorruptImageWarning, FileOpenWarning, BlobWarning, StreamWarning, CacheWarning, CoderWarning, ModuleWarning, DrawWarning, RenderWarning, ImageWarning, WandWarning, TemporaryFileWarning, TransformWarning, XServerWarning, X11Warning, UserWarning, MonitorWarning, LocaleWarning, DeprecateWarning, RegistryWarning, ConfigureWarning, ErrorException, ExceptionError, ResourceError, ResourceLimitError, TypeError, AnnotateError, OptionError, DelegateError, MissingDelegateError, CorruptImageError, FileOpenError, BlobError, StreamError, CacheError, CoderError, ModuleError, DrawError, RenderError, ImageError, WandError, TemporaryFileError, TransformError, XServerError, X11Error, UserError, MonitorError, LocaleError, DeprecateError, RegistryError, ConfigureError, FatalErrorException, ExceptionFatalError, ResourceFatalError, ResourceLimitFatalError, TypeFatalError, AnnotateFatalError, OptionFatalError, DelegateFatalError, MissingDelegateFatalError, CorruptImageFatalError, FileOpenFatalError, BlobFatalError, StreamFatalError, CacheFatalError, CoderFatalError, ModuleFatalError, DrawFatalError, RenderFatalError, ImageFatalError, WandFatalError, TemporaryFileFatalError, TransformFatalError, XServerFatalError, X11FatalError, UserFatalError, MonitorFatalError, LocaleFatalError, DeprecateFatalError, RegistryFatalError, ConfigureFatalError,
}
Expand description

Wrapper of ExceptionType.

Variants

UndefinedException
EventException
ExceptionEvent
ResourceEvent
ResourceLimitEvent
TypeEvent
AnnotateEvent
OptionEvent
DelegateEvent
MissingDelegateEvent
CorruptImageEvent
FileOpenEvent
BlobEvent
StreamEvent
CacheEvent
CoderEvent
ModuleEvent
DrawEvent
RenderEvent
ImageEvent
WandEvent
TemporaryFileEvent
TransformEvent
XServerEvent
X11Event
UserEvent
MonitorEvent
LocaleEvent
DeprecateEvent
RegistryEvent
ConfigureEvent
WarningException
ExceptionWarning
ResourceWarning
ResourceLimitWarning
TypeWarning
AnnotateWarning
OptionWarning
DelegateWarning
MissingDelegateWarning
CorruptImageWarning
FileOpenWarning
BlobWarning
StreamWarning
CacheWarning
CoderWarning
ModuleWarning
DrawWarning
RenderWarning
ImageWarning
WandWarning
TemporaryFileWarning
TransformWarning
XServerWarning
X11Warning
UserWarning
MonitorWarning
LocaleWarning
DeprecateWarning
RegistryWarning
ConfigureWarning
ErrorException
ExceptionError
ResourceError
ResourceLimitError
TypeError
AnnotateError
OptionError
DelegateError
MissingDelegateError
CorruptImageError
FileOpenError
BlobError
StreamError
CacheError
CoderError
ModuleError
DrawError
RenderError
ImageError
WandError
TemporaryFileError
TransformError
XServerError
X11Error
UserError
MonitorError
LocaleError
DeprecateError
RegistryError
ConfigureError
FatalErrorException
ExceptionFatalError
ResourceFatalError
ResourceLimitFatalError
TypeFatalError
AnnotateFatalError
OptionFatalError
DelegateFatalError
MissingDelegateFatalError
CorruptImageFatalError
FileOpenFatalError
BlobFatalError
StreamFatalError
CacheFatalError
CoderFatalError
ModuleFatalError
DrawFatalError
RenderFatalError
ImageFatalError
WandFatalError
TemporaryFileFatalError
TransformFatalError
XServerFatalError
X11FatalError
UserFatalError
MonitorFatalError
LocaleFatalError
DeprecateFatalError
RegistryFatalError
ConfigureFatalError

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Performs the conversion.

Performs the conversion.

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.