pub struct TrackStatusRequested {
pub info: TrackStatusRequestedInfo,
/* private fields */
}
Fields§
§info: TrackStatusRequestedInfo
Implementations§
Source§impl TrackStatusRequested
impl TrackStatusRequested
pub fn new(publisher: Publisher, msg: TrackStatusRequest) -> Self
pub async fn respond(&mut self, status: TrackStatus) -> Result<(), SessionError>
Auto Trait Implementations§
impl Freeze for TrackStatusRequested
impl RefUnwindSafe for TrackStatusRequested
impl Send for TrackStatusRequested
impl Sync for TrackStatusRequested
impl Unpin for TrackStatusRequested
impl UnwindSafe for TrackStatusRequested
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