[−][src]Enum parsec_interface::operations::psa_key_attributes::Lifetime
The lifetime of a key indicates where it is stored and which application and system actions will create and destroy it.
Variants
A volatile key only exists as long as the identifier to it is not destroyed.
A persistent key remains in storage until it is explicitly destroyed or until the corresponding storage area is wiped.
Custom(u32)Implementations can offer other storage areas designated by other lifetime values as implementation-specific extensions.
Trait Implementations
impl Clone for Lifetime[src]
impl Copy for Lifetime[src]
impl Debug for Lifetime[src]
impl<'de> Deserialize<'de> for Lifetime[src]
pub fn deserialize<__D>(
__deserializer: __D
) -> Result<Lifetime, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>, [src]
__deserializer: __D
) -> Result<Lifetime, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
impl PartialEq<Lifetime> for Lifetime[src]
impl Serialize for Lifetime[src]
pub fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer, [src]
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
impl StructuralPartialEq for Lifetime[src]
impl Zeroize for Lifetime[src]
Auto Trait Implementations
impl RefUnwindSafe for Lifetime[src]
impl Send for Lifetime[src]
impl Sync for Lifetime[src]
impl Unpin for Lifetime[src]
impl UnwindSafe for Lifetime[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,