pub struct QueueState {
pub now_playing: Option<Track>,
pub queue: Vec<Track>,
}Fields§
§now_playing: Option<Track>§queue: Vec<Track>Trait Implementations§
Auto Trait Implementations§
impl Freeze for QueueState
impl RefUnwindSafe for QueueState
impl Send for QueueState
impl Sync for QueueState
impl Unpin for QueueState
impl UnwindSafe for QueueState
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