pub struct ArchiveKey {
pub conversation: ConversationKey,
pub message_id: u8,
pub fragment: Option<u8>,
}Expand description
Archive key identifying resendable outbound material.
Fields§
§conversation: ConversationKey§message_id: u8§fragment: Option<u8>Trait Implementations§
Source§impl Clone for ArchiveKey
impl Clone for ArchiveKey
Source§fn clone(&self) -> ArchiveKey
fn clone(&self) -> ArchiveKey
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ArchiveKey
impl Debug for ArchiveKey
Source§impl PartialEq for ArchiveKey
impl PartialEq for ArchiveKey
impl Copy for ArchiveKey
impl Eq for ArchiveKey
impl StructuralPartialEq for ArchiveKey
Auto Trait Implementations§
impl Freeze for ArchiveKey
impl RefUnwindSafe for ArchiveKey
impl Send for ArchiveKey
impl Sync for ArchiveKey
impl Unpin for ArchiveKey
impl UnwindSafe for ArchiveKey
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)