pub struct PlaylistEntry {
pub id: usize,
pub filename: String,
pub title: String,
pub current: bool,
}Fields§
§id: usize§filename: String§title: String§current: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for PlaylistEntry
impl RefUnwindSafe for PlaylistEntry
impl Send for PlaylistEntry
impl Sync for PlaylistEntry
impl Unpin for PlaylistEntry
impl UnwindSafe for PlaylistEntry
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