Struct sql::query_model::model::graph::BoundRefMut[][src]

pub(crate) struct BoundRefMut<'a, T> {
    model: &'a mut Model,
    ref: RefMut<'a, T>,
}
Expand description

A mutable reference to an object of type T (a QueryBox or a Quantifier) bound to a specific Model.

Fields

model: &'a mut Modelref: RefMut<'a, T>

Implementations

Mutable QueryBox methods that depend on their enclosing Model.

Add all columns from the non-subquery input quantifiers of the box to the projection of the box.

Delegate to QueryBox::input_quantifiers with the enclosing model.

Delegate to QueryBox::ranging_quantifiers with the enclosing model.

Trait Implementations

Formats the value using the given formatter. Read more

The resulting type after dereferencing.

Dereferences the value.

Mutably dereferences the value.

Auto Trait Implementations

Blanket Implementations

A guard object containing the value and keeping it alive. Read more

The loading method. Read more

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

The equivalent of Access::load.

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more