pub struct Shuffle(/* private fields */);
Expand description
shuffle
command
Implementations§
Source§impl Shuffle
impl Shuffle
Sourcepub fn range<R>(range: R) -> Selfwhere
R: RangeBounds<SongPosition>,
pub fn range<R>(range: R) -> Selfwhere
R: RangeBounds<SongPosition>,
Shuffle a range of songs
The range must have at least a lower bound.
Trait Implementations§
Source§impl Command for Shuffle
impl Command for Shuffle
Source§fn command(&self) -> RawCommand
fn command(&self) -> RawCommand
Create the raw command representation for transmission.
impl Eq for Shuffle
impl StructuralPartialEq for Shuffle
Auto Trait Implementations§
impl Freeze for Shuffle
impl RefUnwindSafe for Shuffle
impl Send for Shuffle
impl Sync for Shuffle
impl Unpin for Shuffle
impl UnwindSafe for Shuffle
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