pub struct SubqueryId(pub u32);Expand description
Metadata describing a correlated subquery.
Tuple Fields§
§0: u32Trait Implementations§
Source§impl Clone for SubqueryId
impl Clone for SubqueryId
Source§fn clone(&self) -> SubqueryId
fn clone(&self) -> SubqueryId
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SubqueryId
Source§impl Debug for SubqueryId
impl Debug for SubqueryId
impl Eq for SubqueryId
Source§impl Hash for SubqueryId
impl Hash for SubqueryId
Source§impl PartialEq for SubqueryId
impl PartialEq for SubqueryId
Source§fn eq(&self, other: &SubqueryId) -> bool
fn eq(&self, other: &SubqueryId) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SubqueryId
Auto Trait Implementations§
impl Freeze for SubqueryId
impl RefUnwindSafe for SubqueryId
impl Send for SubqueryId
impl Sync for SubqueryId
impl Unpin for SubqueryId
impl UnsafeUnpin for SubqueryId
impl UnwindSafe for SubqueryId
Blanket Implementations§
impl<T> Allocation for T
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