pub struct DestinationIdentityRecord {
pub public_keys: IdentityPublicKeys,
pub announced_at: InstantMillis,
pub retention: DestinationIdentityRetentionState,
pub app_data_handle: AppDataHandle,
}Fields§
§public_keys: IdentityPublicKeys§announced_at: InstantMillis§retention: DestinationIdentityRetentionState§app_data_handle: AppDataHandleTrait Implementations§
Source§impl Clone for DestinationIdentityRecord
impl Clone for DestinationIdentityRecord
Source§fn clone(&self) -> DestinationIdentityRecord
fn clone(&self) -> DestinationIdentityRecord
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DestinationIdentityRecord
Source§impl Debug for DestinationIdentityRecord
impl Debug for DestinationIdentityRecord
impl Eq for DestinationIdentityRecord
impl StructuralPartialEq for DestinationIdentityRecord
Auto Trait Implementations§
impl Freeze for DestinationIdentityRecord
impl RefUnwindSafe for DestinationIdentityRecord
impl Send for DestinationIdentityRecord
impl Sync for DestinationIdentityRecord
impl Unpin for DestinationIdentityRecord
impl UnsafeUnpin for DestinationIdentityRecord
impl UnwindSafe for DestinationIdentityRecord
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