pub struct GroupKeys {
pub public_group_id: String,
pub group_root_key: GroupRootKey,
pub member_priv_key: String,
pub undocumented: JsonObject,
}Fields§
§public_group_id: String§group_root_key: GroupRootKey§member_priv_key: String§undocumented: JsonObjectTrait Implementations§
Source§impl<'de> Deserialize<'de> for GroupKeys
impl<'de> Deserialize<'de> for GroupKeys
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for GroupKeys
Auto Trait Implementations§
impl Freeze for GroupKeys
impl RefUnwindSafe for GroupKeys
impl Send for GroupKeys
impl Sync for GroupKeys
impl Unpin for GroupKeys
impl UnsafeUnpin for GroupKeys
impl UnwindSafe for GroupKeys
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