Enum augeas_sys::ErrorCode [] [src]

#[repr(C)]
pub enum ErrorCode { NoError, NoMem, Internal, PathExpr, NoMatch, ManyMatches, Syntax, NoLens, MultipleTransforms, NoSpan, MoveDescendant, CMDRun, BadArg, Label, CopyDescendant, }

Variants

Trait Implementations

impl Copy for ErrorCode
[src]

impl Clone for ErrorCode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ErrorCode
[src]

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

This method tests for !=.

impl Eq for ErrorCode
[src]

impl Debug for ErrorCode
[src]

Formats the value using the given formatter.

impl Default for ErrorCode
[src]

Returns the "default value" for a type. Read more