Struct CommonFileQuery
#[repr(transparent)]pub struct CommonFileQuery(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl CommonFileQuery
impl CommonFileQuery
pub const DefaultQuery: Self = _
pub const OrderByName: Self = _
pub const OrderByTitle: Self = _
pub const OrderByMusicProperties: Self = _
pub const OrderBySearchRank: Self = _
pub const OrderByDate: Self = _
Trait Implementations§
§impl Clone for CommonFileQuery
impl Clone for CommonFileQuery
§fn clone(&self) -> CommonFileQuery
fn clone(&self) -> CommonFileQuery
Returns a copy 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 CommonFileQuery
impl Debug for CommonFileQuery
§impl Default for CommonFileQuery
impl Default for CommonFileQuery
§fn default() -> CommonFileQuery
fn default() -> CommonFileQuery
Returns the “default value” for a type. Read more
§impl PartialEq for CommonFileQuery
impl PartialEq for CommonFileQuery
impl Copy for CommonFileQuery
impl Eq for CommonFileQuery
impl StructuralPartialEq for CommonFileQuery
Auto Trait Implementations§
impl Freeze for CommonFileQuery
impl RefUnwindSafe for CommonFileQuery
impl Send for CommonFileQuery
impl Sync for CommonFileQuery
impl Unpin for CommonFileQuery
impl UnwindSafe for CommonFileQuery
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