pub struct RtpObserverId(/* private fields */);
Expand description
RtpObserver
identifier.
Trait Implementations§
Source§impl Clone for RtpObserverId
impl Clone for RtpObserverId
Source§fn clone(&self) -> RtpObserverId
fn clone(&self) -> RtpObserverId
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 RtpObserverId
impl Debug for RtpObserverId
Source§impl<'de> Deserialize<'de> for RtpObserverId
impl<'de> Deserialize<'de> for RtpObserverId
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 RtpObserverId
impl Display for RtpObserverId
Source§impl From<RtpObserverId> for Uuid
impl From<RtpObserverId> for Uuid
Source§fn from(id: RtpObserverId) -> Self
fn from(id: RtpObserverId) -> Self
Converts to this type from the input type.
Source§impl FromStr for RtpObserverId
impl FromStr for RtpObserverId
Source§impl Hash for RtpObserverId
impl Hash for RtpObserverId
Source§impl Ord for RtpObserverId
impl Ord for RtpObserverId
Source§fn cmp(&self, other: &RtpObserverId) -> Ordering
fn cmp(&self, other: &RtpObserverId) -> 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 RtpObserverId
impl PartialEq for RtpObserverId
Source§impl PartialOrd for RtpObserverId
impl PartialOrd for RtpObserverId
Source§impl Serialize for RtpObserverId
impl Serialize for RtpObserverId
impl Copy for RtpObserverId
impl Eq for RtpObserverId
impl StructuralPartialEq for RtpObserverId
Auto Trait Implementations§
impl Freeze for RtpObserverId
impl RefUnwindSafe for RtpObserverId
impl Send for RtpObserverId
impl Sync for RtpObserverId
impl Unpin for RtpObserverId
impl UnwindSafe for RtpObserverId
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