Struct deltachat::ContactWrapper
source · pub struct ContactWrapper { /* private fields */ }
Expand description
FFI struct for dc_contact_t
This is the structure behind dc_contact_t which is the opaque structure representing a contact in the FFI API. It exists because the FFI API has a reference from the message to the context, but the Rust API does not, so the FFI layer needs to glue these together.
Auto Trait Implementations§
impl !RefUnwindSafe for ContactWrapper
impl !Send for ContactWrapper
impl !Sync for ContactWrapper
impl Unpin for ContactWrapper
impl !UnwindSafe for ContactWrapper
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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