pub struct DerivedKey { /* private fields */ }Implementations§
Source§impl DerivedKey
impl DerivedKey
Sourcepub fn attributes(&self) -> Result<Value>
pub fn attributes(&self) -> Result<Value>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DerivedKey
impl RefUnwindSafe for DerivedKey
impl !Send for DerivedKey
impl !Sync for DerivedKey
impl Unpin for DerivedKey
impl UnsafeUnpin for DerivedKey
impl UnwindSafe for DerivedKey
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