Enum ubend::KillError[][src]

pub enum KillError {
    InvalidSignal,
    NoPermissions,
    InvalidProcess,
}

Variants

Trait Implementations

impl Display for KillError
[src]

Formats the value using the given formatter. Read more

impl Debug for KillError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for KillError

impl Sync for KillError