pub struct CheckedQuery { /* private fields */ }Expand description
Opaque admitted query. Its fields cannot be forged or changed by providers.
Implementations§
Source§impl CheckedQuery
impl CheckedQuery
Sourcepub fn schema_id(&self) -> &RelationId
pub fn schema_id(&self) -> &RelationId
Schema identity used for admission.
Sourcepub fn catalog_id(&self) -> &RelationId
pub fn catalog_id(&self) -> &RelationId
Domain catalog identity.
Sourcepub fn parameters(&self) -> &RowType
pub fn parameters(&self) -> &RowType
Ordered parameter contract.
Sourcepub fn plan_id(&self) -> &RelationId
pub fn plan_id(&self) -> &RelationId
Canonical plan identity.
Trait Implementations§
Source§impl Clone for CheckedQuery
impl Clone for CheckedQuery
Source§fn clone(&self) -> CheckedQuery
fn clone(&self) -> CheckedQuery
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 moreAuto Trait Implementations§
impl Freeze for CheckedQuery
impl RefUnwindSafe for CheckedQuery
impl Send for CheckedQuery
impl Sync for CheckedQuery
impl Unpin for CheckedQuery
impl UnsafeUnpin for CheckedQuery
impl UnwindSafe for CheckedQuery
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