pub struct ChatAcknowledgementV1 {
pub message_id: [u8; 32],
pub received_at: u64,
pub encrypted_receipt: Vec<u8>,
}Fields§
§message_id: [u8; 32]§received_at: u64§encrypted_receipt: Vec<u8>Implementations§
Trait Implementations§
Source§impl Clone for ChatAcknowledgementV1
impl Clone for ChatAcknowledgementV1
Source§fn clone(&self) -> ChatAcknowledgementV1
fn clone(&self) -> ChatAcknowledgementV1
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 moreSource§impl Debug for ChatAcknowledgementV1
impl Debug for ChatAcknowledgementV1
impl Eq for ChatAcknowledgementV1
Source§impl PartialEq for ChatAcknowledgementV1
impl PartialEq for ChatAcknowledgementV1
impl StructuralPartialEq for ChatAcknowledgementV1
Auto Trait Implementations§
impl Freeze for ChatAcknowledgementV1
impl RefUnwindSafe for ChatAcknowledgementV1
impl Send for ChatAcknowledgementV1
impl Sync for ChatAcknowledgementV1
impl Unpin for ChatAcknowledgementV1
impl UnsafeUnpin for ChatAcknowledgementV1
impl UnwindSafe for ChatAcknowledgementV1
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