pub struct WebRtcServerId(/* private fields */);
Expand description
WebRtcServer
identifier.
Trait Implementations§
Source§impl Clone for WebRtcServerId
impl Clone for WebRtcServerId
Source§fn clone(&self) -> WebRtcServerId
fn clone(&self) -> WebRtcServerId
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 WebRtcServerId
impl Debug for WebRtcServerId
Source§impl<'de> Deserialize<'de> for WebRtcServerId
impl<'de> Deserialize<'de> for WebRtcServerId
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 Display for WebRtcServerId
impl Display for WebRtcServerId
Source§impl From<WebRtcServerId> for Uuid
impl From<WebRtcServerId> for Uuid
Source§fn from(id: WebRtcServerId) -> Self
fn from(id: WebRtcServerId) -> Self
Converts to this type from the input type.
Source§impl FromStr for WebRtcServerId
impl FromStr for WebRtcServerId
Source§impl Hash for WebRtcServerId
impl Hash for WebRtcServerId
Source§impl Ord for WebRtcServerId
impl Ord for WebRtcServerId
Source§fn cmp(&self, other: &WebRtcServerId) -> Ordering
fn cmp(&self, other: &WebRtcServerId) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for WebRtcServerId
impl PartialEq for WebRtcServerId
Source§impl PartialOrd for WebRtcServerId
impl PartialOrd for WebRtcServerId
Source§impl Serialize for WebRtcServerId
impl Serialize for WebRtcServerId
impl Copy for WebRtcServerId
impl Eq for WebRtcServerId
impl StructuralPartialEq for WebRtcServerId
Auto Trait Implementations§
impl Freeze for WebRtcServerId
impl RefUnwindSafe for WebRtcServerId
impl Send for WebRtcServerId
impl Sync for WebRtcServerId
impl Unpin for WebRtcServerId
impl UnwindSafe for WebRtcServerId
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