pub struct OpenRtcTauriConfig {
pub api_key: String,
pub data_dir: Option<PathBuf>,
pub transport_config: Option<TransportConfig>,
}Fields§
§api_key: StringPublic OpenRTC developer API key. The app identity is derived locally; consumers cannot retarget the native runtime with an app tag or provider project identifier.
data_dir: Option<PathBuf>§transport_config: Option<TransportConfig>Implementations§
Trait Implementations§
Source§impl Clone for OpenRtcTauriConfig
impl Clone for OpenRtcTauriConfig
Source§impl Debug for OpenRtcTauriConfig
impl Debug for OpenRtcTauriConfig
Source§impl Default for OpenRtcTauriConfig
impl Default for OpenRtcTauriConfig
Source§impl<'de> Deserialize<'de> for OpenRtcTauriConfig
impl<'de> Deserialize<'de> for OpenRtcTauriConfig
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
Auto Trait Implementations§
impl Freeze for OpenRtcTauriConfig
impl RefUnwindSafe for OpenRtcTauriConfig
impl Send for OpenRtcTauriConfig
impl Sync for OpenRtcTauriConfig
impl Unpin for OpenRtcTauriConfig
impl UnsafeUnpin for OpenRtcTauriConfig
impl UnwindSafe for OpenRtcTauriConfig
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