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