pub struct DominantSpeakerNotification {
pub producer_id: String,
}
Expand description
The table DominantSpeakerNotification
in the namespace FBS.ActiveSpeakerObserver
Generated from these locations:
- Table
DominantSpeakerNotification
in the filefbs/activeSpeakerObserver.fbs:9
Fields§
§producer_id: String
The field producer_id
in the table DominantSpeakerNotification
Implementations§
Trait Implementations§
Source§impl Clone for DominantSpeakerNotification
impl Clone for DominantSpeakerNotification
Source§fn clone(&self) -> DominantSpeakerNotification
fn clone(&self) -> DominantSpeakerNotification
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 DominantSpeakerNotification
impl Debug for DominantSpeakerNotification
Source§impl<'de> Deserialize<'de> for DominantSpeakerNotification
impl<'de> Deserialize<'de> for DominantSpeakerNotification
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 Hash for DominantSpeakerNotification
impl Hash for DominantSpeakerNotification
Source§impl Ord for DominantSpeakerNotification
impl Ord for DominantSpeakerNotification
Source§fn cmp(&self, other: &DominantSpeakerNotification) -> Ordering
fn cmp(&self, other: &DominantSpeakerNotification) -> 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 PartialOrd for DominantSpeakerNotification
impl PartialOrd for DominantSpeakerNotification
Source§impl<'a> TryFrom<DominantSpeakerNotificationRef<'a>> for DominantSpeakerNotification
impl<'a> TryFrom<DominantSpeakerNotificationRef<'a>> for DominantSpeakerNotification
impl Eq for DominantSpeakerNotification
impl StructuralPartialEq for DominantSpeakerNotification
impl VectorWrite<Offset<DominantSpeakerNotification>> for DominantSpeakerNotification
impl WriteAs<Offset<DominantSpeakerNotification>> for DominantSpeakerNotification
impl WriteAsOffset<DominantSpeakerNotification> for DominantSpeakerNotification
impl<T0: WriteAs<Offset<str>>> WriteAsOffset<DominantSpeakerNotification> for DominantSpeakerNotificationBuilder<(T0,)>
impl WriteAsOptional<Offset<DominantSpeakerNotification>> for DominantSpeakerNotification
Auto Trait Implementations§
impl Freeze for DominantSpeakerNotification
impl RefUnwindSafe for DominantSpeakerNotification
impl Send for DominantSpeakerNotification
impl Sync for DominantSpeakerNotification
impl Unpin for DominantSpeakerNotification
impl UnwindSafe for DominantSpeakerNotification
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