pub struct IgnoredAny;Expand description
Convenience helper for ignoring the return value of a query. This type successfully deserializes from any number of columns.
Trait Implementations§
Source§impl Clone for IgnoredAny
impl Clone for IgnoredAny
Source§fn clone(&self) -> IgnoredAny
fn clone(&self) -> IgnoredAny
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 moreSource§impl Debug for IgnoredAny
impl Debug for IgnoredAny
Source§impl Default for IgnoredAny
impl Default for IgnoredAny
Source§fn default() -> IgnoredAny
fn default() -> IgnoredAny
Returns the “default value” for a type. Read more
Source§impl Hash for IgnoredAny
impl Hash for IgnoredAny
Source§impl PartialEq for IgnoredAny
impl PartialEq for IgnoredAny
Source§impl ResultRecord for IgnoredAny
impl ResultRecord for IgnoredAny
impl Copy for IgnoredAny
impl Eq for IgnoredAny
impl StructuralPartialEq for IgnoredAny
Auto Trait Implementations§
impl Freeze for IgnoredAny
impl RefUnwindSafe for IgnoredAny
impl Send for IgnoredAny
impl Sync for IgnoredAny
impl Unpin for IgnoredAny
impl UnwindSafe for IgnoredAny
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