[][src]Enum posix_resources::SetRLimitError

pub enum SetRLimitError {
    Invalid,
}

An error value returned from the failure of ['set_resource_limit'].

Variants

Invalid

[EINVAL] The limit specified cannot be lowered because current usage is already higher than the limit.

Trait Implementations

impl Eq for SetRLimitError[src]

impl Clone for SetRLimitError[src]

impl PartialOrd<SetRLimitError> for SetRLimitError[src]

impl Ord for SetRLimitError[src]

impl PartialEq<SetRLimitError> for SetRLimitError[src]

impl Copy for SetRLimitError[src]

impl Hash for SetRLimitError[src]

impl Debug for SetRLimitError[src]

Auto Trait Implementations

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]