Struct kanidmd_lib::credential::policy::CryptoPolicy
source · [−]pub struct CryptoPolicy { /* private fields */ }
Implementations
sourceimpl CryptoPolicy
impl CryptoPolicy
pub fn time_target(t: Duration) -> Self
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CryptoPolicy
impl Send for CryptoPolicy
impl Sync for CryptoPolicy
impl Unpin for CryptoPolicy
impl UnwindSafe for CryptoPolicy
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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