pub struct QueryPublished { /* private fields */ }Expand description
Get information about all currently published tracks.
Send using ManagerInput::query_tracks and await the result. This is used
to support sync state.
Trait Implementations§
Source§impl Debug for QueryPublished
impl Debug for QueryPublished
Source§impl From<QueryPublished> for InputEvent
Convert into QueryPublished variant.
impl From<QueryPublished> for InputEvent
Convert into QueryPublished variant.
Source§fn from(v: QueryPublished) -> Self
fn from(v: QueryPublished) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for QueryPublished
impl !RefUnwindSafe for QueryPublished
impl Send for QueryPublished
impl Sync for QueryPublished
impl Unpin for QueryPublished
impl UnsafeUnpin for QueryPublished
impl !UnwindSafe for QueryPublished
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