pub struct Policy {
pub usage_flags: UsageFlags,
pub permitted_algorithms: Algorithm,
}Expand description
Definition of the key policy, what is permitted to do with the key.
Fields
usage_flags: UsageFlagsUsage flags for the key.
permitted_algorithms: AlgorithmPermitted algorithms to be used with the key.
Trait Implementations
sourceimpl<'de> Deserialize<'de> for Policy
impl<'de> Deserialize<'de> for Policy
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl PartialEq<Policy> for Policy
impl PartialEq<Policy> for Policy
impl Copy for Policy
impl Eq for Policy
impl StructuralEq for Policy
impl StructuralPartialEq for Policy
Auto Trait Implementations
impl RefUnwindSafe for Policy
impl Send for Policy
impl Sync for Policy
impl Unpin for Policy
impl UnwindSafe for Policy
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more