pub struct ConversationRelaySession {
pub connector: Option<String>,
pub session_configuration: Option<String>,
}Fields§
§connector: Option<String>§session_configuration: Option<String>Implementations§
Trait Implementations§
Source§impl Clone for ConversationRelaySession
impl Clone for ConversationRelaySession
Source§fn clone(&self) -> ConversationRelaySession
fn clone(&self) -> ConversationRelaySession
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 ConversationRelaySession
impl Debug for ConversationRelaySession
Source§impl Default for ConversationRelaySession
impl Default for ConversationRelaySession
Source§fn default() -> ConversationRelaySession
fn default() -> ConversationRelaySession
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ConversationRelaySession
impl RefUnwindSafe for ConversationRelaySession
impl Send for ConversationRelaySession
impl Sync for ConversationRelaySession
impl Unpin for ConversationRelaySession
impl UnwindSafe for ConversationRelaySession
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