Enum tendril::SubtendrilError [] [src]

pub enum SubtendrilError {
    OutOfBounds,
    ValidationFailed,
}

Errors that can occur when slicing a Tendril.

Variants

OutOfBounds
ValidationFailed

Trait Implementations

Derived Implementations

impl Eq for SubtendrilError

impl PartialEq for SubtendrilError

fn eq(&self, __arg_0: &SubtendrilError) -> bool

fn ne(&self, __arg_0: &SubtendrilError) -> bool

impl Debug for SubtendrilError

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Hash for SubtendrilError

fn hash<__H: Hasher>(&self, __arg_0: &mut __H)

fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher

impl Clone for SubtendrilError

fn clone(&self) -> SubtendrilError

fn clone_from(&mut self, source: &Self)

impl Copy for SubtendrilError