pub struct RevokeKeyResponse {
pub revoked: bool,
}Fields§
§revoked: boolTrait Implementations§
Source§impl Debug for RevokeKeyResponse
impl Debug for RevokeKeyResponse
Auto Trait Implementations§
impl Freeze for RevokeKeyResponse
impl RefUnwindSafe for RevokeKeyResponse
impl Send for RevokeKeyResponse
impl Sync for RevokeKeyResponse
impl Unpin for RevokeKeyResponse
impl UnsafeUnpin for RevokeKeyResponse
impl UnwindSafe for RevokeKeyResponse
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