pub struct QtPathsQueryArguments { /* private fields */ }Expand description
Arguments for QtToolQtPaths::query
Implementations§
Trait Implementations§
Source§impl Default for QtPathsQueryArguments
impl Default for QtPathsQueryArguments
Source§fn default() -> QtPathsQueryArguments
fn default() -> QtPathsQueryArguments
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for QtPathsQueryArguments
impl RefUnwindSafe for QtPathsQueryArguments
impl Send for QtPathsQueryArguments
impl Sync for QtPathsQueryArguments
impl Unpin for QtPathsQueryArguments
impl UnsafeUnpin for QtPathsQueryArguments
impl UnwindSafe for QtPathsQueryArguments
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