pub struct NamedScalar {
pub name: FieldName,
pub scalar: Scalar,
}Expand description
A named scalar projection.
Fields§
§name: FieldNameOutput field name.
scalar: ScalarExpression.
Trait Implementations§
Source§impl Clone for NamedScalar
impl Clone for NamedScalar
Source§fn clone(&self) -> NamedScalar
fn clone(&self) -> NamedScalar
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 NamedScalar
impl Debug for NamedScalar
impl Eq for NamedScalar
Source§impl PartialEq for NamedScalar
impl PartialEq for NamedScalar
impl StructuralPartialEq for NamedScalar
Auto Trait Implementations§
impl Freeze for NamedScalar
impl RefUnwindSafe for NamedScalar
impl Send for NamedScalar
impl Sync for NamedScalar
impl Unpin for NamedScalar
impl UnsafeUnpin for NamedScalar
impl UnwindSafe for NamedScalar
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