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