Enum procfs::keyring::KeyTimeout
source · pub enum KeyTimeout {
Permanent,
Expired,
Timeout(Duration),
}
Variants§
Trait Implementations§
source§impl Clone for KeyTimeout
impl Clone for KeyTimeout
source§fn clone(&self) -> KeyTimeout
fn clone(&self) -> KeyTimeout
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for KeyTimeout
impl Debug for KeyTimeout
source§impl PartialEq<KeyTimeout> for KeyTimeout
impl PartialEq<KeyTimeout> for KeyTimeout
source§fn eq(&self, other: &KeyTimeout) -> bool
fn eq(&self, other: &KeyTimeout) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.