pub struct SearchOptions {
pub limit: u8,
pub pins_only: bool,
pub exact: bool,
pub filters: SearchFilters,
pub play: bool,
pub sort: bool,
}Expand description
Options for the search command
Fields§
§limit: u8§pins_only: bool§exact: bool§filters: SearchFilters§play: bool§sort: boolAuto Trait Implementations§
impl Freeze for SearchOptions
impl RefUnwindSafe for SearchOptions
impl Send for SearchOptions
impl Sync for SearchOptions
impl Unpin for SearchOptions
impl UnwindSafe for SearchOptions
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