pub struct CheckedMutation { /* private fields */ }Expand description
Opaque admitted mutation.
Implementations§
Source§impl CheckedMutation
impl CheckedMutation
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
Parameter contract.
Sourcepub fn plan_id(&self) -> &RelationId
pub fn plan_id(&self) -> &RelationId
Canonical plan identity.
Trait Implementations§
Source§impl Clone for CheckedMutation
impl Clone for CheckedMutation
Source§fn clone(&self) -> CheckedMutation
fn clone(&self) -> CheckedMutation
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 CheckedMutation
impl RefUnwindSafe for CheckedMutation
impl Send for CheckedMutation
impl Sync for CheckedMutation
impl Unpin for CheckedMutation
impl UnsafeUnpin for CheckedMutation
impl UnwindSafe for CheckedMutation
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