pub struct GetAssociationResponse {
pub header: Header,
pub extensions: Vec<Extension>,
}
Expand description
Response information returned from kernel from a key association request.
Fields§
§header: Header
§extensions: Vec<Extension>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GetAssociationResponse
impl RefUnwindSafe for GetAssociationResponse
impl Send for GetAssociationResponse
impl Sync for GetAssociationResponse
impl Unpin for GetAssociationResponse
impl UnwindSafe for GetAssociationResponse
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