pub struct KeyInfo { /* private fields */ }
Trait Implementations§
Source§impl From<KeyInfo> for KeyOriginInfo
impl From<KeyInfo> for KeyOriginInfo
Source§fn from(info: KeyInfo) -> KeyOriginInfo
fn from(info: KeyInfo) -> KeyOriginInfo
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for KeyInfo
impl RefUnwindSafe for KeyInfo
impl Send for KeyInfo
impl Sync for KeyInfo
impl Unpin for KeyInfo
impl UnwindSafe for KeyInfo
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