pub struct EncryptedGroupSecrets { /* private fields */ }
Trait Implementations§
Source§impl Clone for EncryptedGroupSecrets
impl Clone for EncryptedGroupSecrets
Source§fn clone(&self) -> EncryptedGroupSecrets
fn clone(&self) -> EncryptedGroupSecrets
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for EncryptedGroupSecrets
impl Debug for EncryptedGroupSecrets
Source§impl Default for EncryptedGroupSecrets
impl Default for EncryptedGroupSecrets
Source§fn default() -> EncryptedGroupSecrets
fn default() -> EncryptedGroupSecrets
Returns the “default value” for a type. Read more
Source§impl Deserializer for EncryptedGroupSecrets
impl Deserializer for EncryptedGroupSecrets
Source§impl PartialEq for EncryptedGroupSecrets
impl PartialEq for EncryptedGroupSecrets
Source§impl Serializer for EncryptedGroupSecrets
impl Serializer for EncryptedGroupSecrets
impl Eq for EncryptedGroupSecrets
impl StructuralPartialEq for EncryptedGroupSecrets
Auto Trait Implementations§
impl !Freeze for EncryptedGroupSecrets
impl RefUnwindSafe for EncryptedGroupSecrets
impl Send for EncryptedGroupSecrets
impl Sync for EncryptedGroupSecrets
impl Unpin for EncryptedGroupSecrets
impl UnwindSafe for EncryptedGroupSecrets
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