pub struct CallServerTypeWebrtc { /* private fields */ }
Expand description
A WebRTC server
Implementations§
Trait Implementations§
Source§impl AsRef<CallServerTypeWebrtc> for CallServerTypeWebrtc
impl AsRef<CallServerTypeWebrtc> for CallServerTypeWebrtc
Source§fn as_ref(&self) -> &CallServerTypeWebrtc
fn as_ref(&self) -> &CallServerTypeWebrtc
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for CallServerTypeWebrtc
impl Clone for CallServerTypeWebrtc
Source§fn clone(&self) -> CallServerTypeWebrtc
fn clone(&self) -> CallServerTypeWebrtc
Returns a copy 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 CallServerTypeWebrtc
impl Debug for CallServerTypeWebrtc
Source§impl Default for CallServerTypeWebrtc
impl Default for CallServerTypeWebrtc
Source§fn default() -> CallServerTypeWebrtc
fn default() -> CallServerTypeWebrtc
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CallServerTypeWebrtc
impl<'de> Deserialize<'de> for CallServerTypeWebrtc
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 Serialize for CallServerTypeWebrtc
impl Serialize for CallServerTypeWebrtc
impl TDCallServerType for CallServerTypeWebrtc
Auto Trait Implementations§
impl Freeze for CallServerTypeWebrtc
impl RefUnwindSafe for CallServerTypeWebrtc
impl Send for CallServerTypeWebrtc
impl Sync for CallServerTypeWebrtc
impl Unpin for CallServerTypeWebrtc
impl UnwindSafe for CallServerTypeWebrtc
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