Struct CommonFolderQuery
#[repr(transparent)]pub struct CommonFolderQuery(pub i32);Tuple Fields§
§0: i32Implementations§
§impl CommonFolderQuery
impl CommonFolderQuery
pub const DefaultQuery: Self
pub const GroupByYear: Self
pub const GroupByMonth: Self
pub const GroupByArtist: Self
pub const GroupByAlbum: Self
pub const GroupByAlbumArtist: Self
pub const GroupByComposer: Self
pub const GroupByGenre: Self
pub const GroupByPublishedYear: Self
pub const GroupByRating: Self
pub const GroupByTag: Self
pub const GroupByAuthor: Self
pub const GroupByType: Self
Trait Implementations§
§impl Clone for CommonFolderQuery
impl Clone for CommonFolderQuery
§fn clone(&self) -> CommonFolderQuery
fn clone(&self) -> CommonFolderQuery
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for CommonFolderQuery
impl Debug for CommonFolderQuery
§impl Default for CommonFolderQuery
impl Default for CommonFolderQuery
§fn default() -> CommonFolderQuery
fn default() -> CommonFolderQuery
Returns the “default value” for a type. Read more
§impl PartialEq for CommonFolderQuery
impl PartialEq for CommonFolderQuery
impl Copy for CommonFolderQuery
impl Eq for CommonFolderQuery
impl StructuralPartialEq for CommonFolderQuery
Auto Trait Implementations§
impl Freeze for CommonFolderQuery
impl RefUnwindSafe for CommonFolderQuery
impl Send for CommonFolderQuery
impl Sync for CommonFolderQuery
impl Unpin for CommonFolderQuery
impl UnwindSafe for CommonFolderQuery
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