pub struct PreparedGroup {
    pub conn_link_to_connect: CreatedConnLink,
    pub conn_link_prepared_connection: bool,
    pub conn_link_started_connection: bool,
    pub welcome_shared_msg_id: Option<String>,
    pub request_shared_msg_id: Option<String>,
    pub undocumented: HashMap<String, JsonObject>,
}Fields§
§conn_link_to_connect: CreatedConnLink§conn_link_prepared_connection: bool§conn_link_started_connection: bool§undocumented: HashMap<String, JsonObject>Trait Implementations§
Source§impl Clone for PreparedGroup
 
impl Clone for PreparedGroup
Source§fn clone(&self) -> PreparedGroup
 
fn clone(&self) -> PreparedGroup
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 PreparedGroup
 
impl Debug for PreparedGroup
Source§impl<'de> Deserialize<'de> for PreparedGroup
 
impl<'de> Deserialize<'de> for PreparedGroup
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 PreparedGroup
 
impl PartialEq for PreparedGroup
Source§impl Serialize for PreparedGroup
 
impl Serialize for PreparedGroup
impl StructuralPartialEq for PreparedGroup
Auto Trait Implementations§
impl Freeze for PreparedGroup
impl RefUnwindSafe for PreparedGroup
impl Send for PreparedGroup
impl Sync for PreparedGroup
impl Unpin for PreparedGroup
impl UnwindSafe for PreparedGroup
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