pub struct DominantSpeakerNotificationRef<'a>(/* private fields */);
Expand description
Reference to a deserialized DominantSpeakerNotification.
Implementations§
Source§impl<'a> DominantSpeakerNotificationRef<'a>
impl<'a> DominantSpeakerNotificationRef<'a>
Sourcepub fn producer_id(&self) -> Result<&'a str>
pub fn producer_id(&self) -> Result<&'a str>
Getter for the producer_id
field.
Trait Implementations§
Source§impl<'a> Clone for DominantSpeakerNotificationRef<'a>
impl<'a> Clone for DominantSpeakerNotificationRef<'a>
Source§fn clone(&self) -> DominantSpeakerNotificationRef<'a>
fn clone(&self) -> DominantSpeakerNotificationRef<'a>
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<'a> Debug for DominantSpeakerNotificationRef<'a>
impl<'a> Debug for DominantSpeakerNotificationRef<'a>
Source§impl<'a> ReadAsRoot<'a> for DominantSpeakerNotificationRef<'a>
impl<'a> ReadAsRoot<'a> for DominantSpeakerNotificationRef<'a>
Source§impl<'a> TryFrom<DominantSpeakerNotificationRef<'a>> for DominantSpeakerNotification
impl<'a> TryFrom<DominantSpeakerNotificationRef<'a>> for DominantSpeakerNotification
impl<'a> Copy for DominantSpeakerNotificationRef<'a>
Auto Trait Implementations§
impl<'a> Freeze for DominantSpeakerNotificationRef<'a>
impl<'a> RefUnwindSafe for DominantSpeakerNotificationRef<'a>
impl<'a> Send for DominantSpeakerNotificationRef<'a>
impl<'a> Sync for DominantSpeakerNotificationRef<'a>
impl<'a> Unpin for DominantSpeakerNotificationRef<'a>
impl<'a> UnwindSafe for DominantSpeakerNotificationRef<'a>
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