pub struct SelectProperty { /* private fields */ }Expand description
Selects a typed property value from every asset or run branch resolved from dataset. Inside a
WithSeriesDataset definition, dataset may be omitted to use that node’s wrapping input; it is required
everywhere else. Asset branches read properties directly from their asset. Run branches read properties
directly from their run, never from a backing asset or dataset. Direct saved-dataset branches are unsupported.
Implementations§
Source§impl SelectProperty
impl SelectProperty
Sourcepub fn builder() -> Builder<PropertyNameStage>
pub fn builder() -> Builder<PropertyNameStage>
Returns a new builder.
Source§impl SelectProperty
impl SelectProperty
Sourcepub fn new(property_name: PropertyName) -> Self
pub fn new(property_name: PropertyName) -> Self
Constructs a new instance of the type.
pub fn property_name(&self) -> &PropertyName
pub fn dataset(&self) -> Option<&Dataset>
Trait Implementations§
Source§impl Clone for SelectProperty
impl Clone for SelectProperty
Source§fn clone(&self) -> SelectProperty
fn clone(&self) -> SelectProperty
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 SelectProperty
impl Debug for SelectProperty
Source§impl<'de> Deserialize<'de> for SelectProperty
impl<'de> Deserialize<'de> for SelectProperty
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
impl Eq for SelectProperty
Source§impl From<SelectProperty> for Builder<Complete>
impl From<SelectProperty> for Builder<Complete>
Source§fn from(v: SelectProperty) -> Self
fn from(v: SelectProperty) -> Self
Converts to this type from the input type.
Source§impl Hash for SelectProperty
impl Hash for SelectProperty
Source§impl Ord for SelectProperty
impl Ord for SelectProperty
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for SelectProperty
impl PartialEq for SelectProperty
Source§impl PartialOrd for SelectProperty
impl PartialOrd for SelectProperty
Auto Trait Implementations§
impl Freeze for SelectProperty
impl RefUnwindSafe for SelectProperty
impl Send for SelectProperty
impl Sync for SelectProperty
impl Unpin for SelectProperty
impl UnsafeUnpin for SelectProperty
impl UnwindSafe for SelectProperty
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
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.