pub struct PreparedContact {
pub conn_link_to_connect: CreatedConnLink,
pub ui_conn_link_type: ConnectionMode,
pub welcome_shared_msg_id: Option<String>,
pub request_shared_msg_id: Option<String>,
pub undocumented: BTreeMap<String, JsonObject>,
}Fields§
§conn_link_to_connect: CreatedConnLink§ui_conn_link_type: ConnectionMode§undocumented: BTreeMap<String, JsonObject>Trait Implementations§
Source§impl Clone for PreparedContact
impl Clone for PreparedContact
Source§fn clone(&self) -> PreparedContact
fn clone(&self) -> PreparedContact
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 PreparedContact
impl Debug for PreparedContact
Source§impl<'de> Deserialize<'de> for PreparedContact
impl<'de> Deserialize<'de> for PreparedContact
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for PreparedContact
impl PartialEq for PreparedContact
Source§impl Serialize for PreparedContact
impl Serialize for PreparedContact
impl StructuralPartialEq for PreparedContact
Auto Trait Implementations§
impl Freeze for PreparedContact
impl RefUnwindSafe for PreparedContact
impl Send for PreparedContact
impl Sync for PreparedContact
impl Unpin for PreparedContact
impl UnwindSafe for PreparedContact
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