pub struct NativeQuery(pub NonZeroU32);
Tuple Fields§
§0: NonZeroU32
Trait Implementations§
Source§impl Clone for NativeQuery
impl Clone for NativeQuery
Source§fn clone(&self) -> NativeQuery
fn clone(&self) -> NativeQuery
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 moreSource§impl Debug for NativeQuery
impl Debug for NativeQuery
Source§impl Hash for NativeQuery
impl Hash for NativeQuery
Source§impl Ord for NativeQuery
impl Ord for NativeQuery
Source§fn cmp(&self, other: &NativeQuery) -> Ordering
fn cmp(&self, other: &NativeQuery) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for NativeQuery
impl PartialEq for NativeQuery
Source§impl PartialOrd for NativeQuery
impl PartialOrd for NativeQuery
impl Copy for NativeQuery
impl Eq for NativeQuery
impl StructuralPartialEq for NativeQuery
Auto Trait Implementations§
impl Freeze for NativeQuery
impl RefUnwindSafe for NativeQuery
impl Send for NativeQuery
impl Sync for NativeQuery
impl Unpin for NativeQuery
impl UnwindSafe for NativeQuery
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)