pub struct PinStore { /* private fields */ }Expand description
JSON-backed pin store for local playlist shortcuts.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PinStore
impl RefUnwindSafe for PinStore
impl Send for PinStore
impl Sync for PinStore
impl Unpin for PinStore
impl UnwindSafe for PinStore
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