#[non_exhaustive]pub struct MatchNoneQuery {}Implementations§
Trait Implementations§
Source§impl Clone for MatchNoneQuery
impl Clone for MatchNoneQuery
Source§fn clone(&self) -> MatchNoneQuery
fn clone(&self) -> MatchNoneQuery
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 MatchNoneQuery
impl Debug for MatchNoneQuery
Source§impl Default for MatchNoneQuery
impl Default for MatchNoneQuery
Source§fn default() -> MatchNoneQuery
fn default() -> MatchNoneQuery
Returns the “default value” for a type. Read more
Source§impl PartialEq for MatchNoneQuery
impl PartialEq for MatchNoneQuery
Source§impl Serialize for MatchNoneQuery
impl Serialize for MatchNoneQuery
impl StructuralPartialEq for MatchNoneQuery
Auto Trait Implementations§
impl Freeze for MatchNoneQuery
impl RefUnwindSafe for MatchNoneQuery
impl Send for MatchNoneQuery
impl Sync for MatchNoneQuery
impl Unpin for MatchNoneQuery
impl UnsafeUnpin for MatchNoneQuery
impl UnwindSafe for MatchNoneQuery
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