pub struct DeleteKeyReport {
pub effective: DeleteKeyParams,
pub warnings: Vec<Warning, MAX_WARNINGS>,
}Fields§
§effective: DeleteKeyParams§warnings: Vec<Warning, MAX_WARNINGS>Trait Implementations§
Auto Trait Implementations§
impl Freeze for DeleteKeyReport
impl RefUnwindSafe for DeleteKeyReport
impl Send for DeleteKeyReport
impl Sync for DeleteKeyReport
impl Unpin for DeleteKeyReport
impl UnsafeUnpin for DeleteKeyReport
impl UnwindSafe for DeleteKeyReport
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