pub struct SemanticView {
pub this: Box<Expression>,
pub metrics: Option<Box<Expression>>,
pub dimensions: Option<Box<Expression>>,
pub facts: Option<Box<Expression>>,
pub where_: Option<Box<Expression>>,
}Expand description
SemanticView
Fields§
§this: Box<Expression>§metrics: Option<Box<Expression>>§dimensions: Option<Box<Expression>>§facts: Option<Box<Expression>>§where_: Option<Box<Expression>>Trait Implementations§
Source§impl Clone for SemanticView
impl Clone for SemanticView
Source§fn clone(&self) -> SemanticView
fn clone(&self) -> SemanticView
Returns a duplicate of the value. Read more
1.0.0 · 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 SemanticView
impl Debug for SemanticView
Source§impl<'de> Deserialize<'de> for SemanticView
impl<'de> Deserialize<'de> for SemanticView
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for SemanticView
impl PartialEq for SemanticView
Source§impl Serialize for SemanticView
impl Serialize for SemanticView
impl StructuralPartialEq for SemanticView
Auto Trait Implementations§
impl Freeze for SemanticView
impl RefUnwindSafe for SemanticView
impl Send for SemanticView
impl Sync for SemanticView
impl Unpin for SemanticView
impl UnwindSafe for SemanticView
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