#[repr(C)]pub struct XmtpFfiLastReadTimeEntry {
pub inbox_id: *mut c_char,
pub timestamp_ns: i64,
}Expand description
Last-read-time entry (inbox_id → timestamp_ns).
Fields§
§inbox_id: *mut c_char§timestamp_ns: i64Trait Implementations§
Source§impl Clone for XmtpFfiLastReadTimeEntry
impl Clone for XmtpFfiLastReadTimeEntry
Source§fn clone(&self) -> XmtpFfiLastReadTimeEntry
fn clone(&self) -> XmtpFfiLastReadTimeEntry
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 XmtpFfiLastReadTimeEntry
impl Debug for XmtpFfiLastReadTimeEntry
Source§impl Default for XmtpFfiLastReadTimeEntry
impl Default for XmtpFfiLastReadTimeEntry
Source§impl PartialEq for XmtpFfiLastReadTimeEntry
impl PartialEq for XmtpFfiLastReadTimeEntry
impl Copy for XmtpFfiLastReadTimeEntry
impl Eq for XmtpFfiLastReadTimeEntry
impl StructuralPartialEq for XmtpFfiLastReadTimeEntry
Auto Trait Implementations§
impl Freeze for XmtpFfiLastReadTimeEntry
impl RefUnwindSafe for XmtpFfiLastReadTimeEntry
impl !Send for XmtpFfiLastReadTimeEntry
impl !Sync for XmtpFfiLastReadTimeEntry
impl Unpin for XmtpFfiLastReadTimeEntry
impl UnsafeUnpin for XmtpFfiLastReadTimeEntry
impl UnwindSafe for XmtpFfiLastReadTimeEntry
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