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