pub struct KeySetReadResponse {
pub group_key_set: Option<GroupKeySet>,
}Fields§
§group_key_set: Option<GroupKeySet>Trait Implementations§
Source§impl Debug for KeySetReadResponse
impl Debug for KeySetReadResponse
Auto Trait Implementations§
impl Freeze for KeySetReadResponse
impl RefUnwindSafe for KeySetReadResponse
impl Send for KeySetReadResponse
impl Sync for KeySetReadResponse
impl Unpin for KeySetReadResponse
impl UnwindSafe for KeySetReadResponse
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