pub struct VoxRtcServerClientOptions {
pub http_base: String,
pub api_key: Option<String>,
pub socket_base: Option<String>,
pub socket_params: EventData,
pub connection_timeout: Duration,
pub max_reconnect_delay: Duration,
pub request_timeout: Duration,
pub join_timeout: Duration,
}Fields§
§http_base: String§api_key: Option<String>§socket_base: Option<String>§socket_params: EventData§connection_timeout: Duration§max_reconnect_delay: Duration§request_timeout: Duration§join_timeout: DurationImplementations§
Trait Implementations§
Source§impl Clone for VoxRtcServerClientOptions
impl Clone for VoxRtcServerClientOptions
Source§fn clone(&self) -> VoxRtcServerClientOptions
fn clone(&self) -> VoxRtcServerClientOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for VoxRtcServerClientOptions
impl RefUnwindSafe for VoxRtcServerClientOptions
impl Send for VoxRtcServerClientOptions
impl Sync for VoxRtcServerClientOptions
impl Unpin for VoxRtcServerClientOptions
impl UnsafeUnpin for VoxRtcServerClientOptions
impl UnwindSafe for VoxRtcServerClientOptions
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