pub struct CompromisedKeyEntry {
pub key: String,
pub reason: Option<String>,
pub reference: Option<String>,
pub reported_at: Option<String>,
}Fields§
§key: String§reason: Option<String>§reference: Option<String>§reported_at: Option<String>Trait Implementations§
Source§impl Clone for CompromisedKeyEntry
impl Clone for CompromisedKeyEntry
Source§fn clone(&self) -> CompromisedKeyEntry
fn clone(&self) -> CompromisedKeyEntry
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CompromisedKeyEntry
impl Debug for CompromisedKeyEntry
impl Eq for CompromisedKeyEntry
Source§impl PartialEq for CompromisedKeyEntry
impl PartialEq for CompromisedKeyEntry
impl StructuralPartialEq for CompromisedKeyEntry
Auto Trait Implementations§
impl Freeze for CompromisedKeyEntry
impl RefUnwindSafe for CompromisedKeyEntry
impl Send for CompromisedKeyEntry
impl Sync for CompromisedKeyEntry
impl Unpin for CompromisedKeyEntry
impl UnsafeUnpin for CompromisedKeyEntry
impl UnwindSafe for CompromisedKeyEntry
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