pub struct ParameterValuesColumn {
pub table: String,
pub column: String,
}Expand description
The Table.Column a dynamic M query parameter binds its view-time values
from — the parameter-to-column binding of a dynamic M parameter.
Fields§
§table: StringName of the table owning the bound column.
column: StringName of the bound column.
Trait Implementations§
Source§impl Clone for ParameterValuesColumn
impl Clone for ParameterValuesColumn
Source§fn clone(&self) -> ParameterValuesColumn
fn clone(&self) -> ParameterValuesColumn
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 moreSource§impl Debug for ParameterValuesColumn
impl Debug for ParameterValuesColumn
Source§impl Default for ParameterValuesColumn
impl Default for ParameterValuesColumn
Source§fn default() -> ParameterValuesColumn
fn default() -> ParameterValuesColumn
Returns the “default value” for a type. Read more
impl Eq for ParameterValuesColumn
Source§impl PartialEq for ParameterValuesColumn
impl PartialEq for ParameterValuesColumn
impl StructuralPartialEq for ParameterValuesColumn
Auto Trait Implementations§
impl Freeze for ParameterValuesColumn
impl RefUnwindSafe for ParameterValuesColumn
impl Send for ParameterValuesColumn
impl Sync for ParameterValuesColumn
impl Unpin for ParameterValuesColumn
impl UnsafeUnpin for ParameterValuesColumn
impl UnwindSafe for ParameterValuesColumn
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.