pub enum KeyAttributes {
__Invalid,
Data,
Idx,
Cipher,
Seq,
Default,
DefaultMgmt,
Type,
DefaultTypes,
Afterlast,
}Variants§
Auto Trait Implementations§
impl Freeze for KeyAttributes
impl RefUnwindSafe for KeyAttributes
impl Send for KeyAttributes
impl Sync for KeyAttributes
impl Unpin for KeyAttributes
impl UnwindSafe for KeyAttributes
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more