pub struct KeyPackageWithRef {
pub keypackage_ref: KeyPackageRef,
pub keypackage: KeyPackage,
}
Fields§
§keypackage_ref: KeyPackageRef
§keypackage: KeyPackage
Trait Implementations§
Source§impl Clone for KeyPackageWithRef
impl Clone for KeyPackageWithRef
Source§fn clone(&self) -> KeyPackageWithRef
fn clone(&self) -> KeyPackageWithRef
Returns a copy 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 KeyPackageWithRef
impl Debug for KeyPackageWithRef
Source§impl Drop for KeyPackageWithRef
impl Drop for KeyPackageWithRef
Source§impl PartialEq for KeyPackageWithRef
impl PartialEq for KeyPackageWithRef
Source§impl Zeroize for KeyPackageWithRef
impl Zeroize for KeyPackageWithRef
impl Eq for KeyPackageWithRef
impl StructuralPartialEq for KeyPackageWithRef
Auto Trait Implementations§
impl Freeze for KeyPackageWithRef
impl RefUnwindSafe for KeyPackageWithRef
impl Send for KeyPackageWithRef
impl Sync for KeyPackageWithRef
impl Unpin for KeyPackageWithRef
impl UnwindSafe for KeyPackageWithRef
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