pub struct XmtpFfiEnrichedMessageList { /* private fields */ }Trait Implementations§
Source§impl Clone for XmtpFfiEnrichedMessageList
impl Clone for XmtpFfiEnrichedMessageList
Source§fn clone(&self) -> XmtpFfiEnrichedMessageList
fn clone(&self) -> XmtpFfiEnrichedMessageList
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 XmtpFfiEnrichedMessageList
impl Debug for XmtpFfiEnrichedMessageList
impl Copy for XmtpFfiEnrichedMessageList
Auto Trait Implementations§
impl Freeze for XmtpFfiEnrichedMessageList
impl RefUnwindSafe for XmtpFfiEnrichedMessageList
impl Send for XmtpFfiEnrichedMessageList
impl Sync for XmtpFfiEnrichedMessageList
impl Unpin for XmtpFfiEnrichedMessageList
impl UnsafeUnpin for XmtpFfiEnrichedMessageList
impl UnwindSafe for XmtpFfiEnrichedMessageList
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