pub struct DecodedChanges {
pub speaker_id: SpeakerId,
pub changes: Vec<PropertyChange>,
}Expand description
Decoded changes from a single event
Fields§
§speaker_id: SpeakerIdSpeaker ID the changes apply to
changes: Vec<PropertyChange>List of property changes
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DecodedChanges
impl RefUnwindSafe for DecodedChanges
impl Send for DecodedChanges
impl Sync for DecodedChanges
impl Unpin for DecodedChanges
impl UnsafeUnpin for DecodedChanges
impl UnwindSafe for DecodedChanges
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