#[non_exhaustive]pub struct PropertyLatestValueBuilder { /* private fields */ }Expand description
A builder for PropertyLatestValue.
Implementations§
source§impl PropertyLatestValueBuilder
impl PropertyLatestValueBuilder
sourcepub fn property_reference(self, input: EntityPropertyReference) -> Self
pub fn property_reference(self, input: EntityPropertyReference) -> Self
An object that specifies information about a property.
sourcepub fn set_property_reference(
self,
input: Option<EntityPropertyReference>
) -> Self
pub fn set_property_reference( self, input: Option<EntityPropertyReference> ) -> Self
An object that specifies information about a property.
sourcepub fn property_value(self, input: DataValue) -> Self
pub fn property_value(self, input: DataValue) -> Self
The value of the property.
sourcepub fn set_property_value(self, input: Option<DataValue>) -> Self
pub fn set_property_value(self, input: Option<DataValue>) -> Self
The value of the property.
sourcepub fn build(self) -> PropertyLatestValue
pub fn build(self) -> PropertyLatestValue
Consumes the builder and constructs a PropertyLatestValue.
Trait Implementations§
source§impl Clone for PropertyLatestValueBuilder
impl Clone for PropertyLatestValueBuilder
source§fn clone(&self) -> PropertyLatestValueBuilder
fn clone(&self) -> PropertyLatestValueBuilder
Returns a copy 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 PropertyLatestValueBuilder
impl Debug for PropertyLatestValueBuilder
source§impl Default for PropertyLatestValueBuilder
impl Default for PropertyLatestValueBuilder
source§fn default() -> PropertyLatestValueBuilder
fn default() -> PropertyLatestValueBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<PropertyLatestValueBuilder> for PropertyLatestValueBuilder
impl PartialEq<PropertyLatestValueBuilder> for PropertyLatestValueBuilder
source§fn eq(&self, other: &PropertyLatestValueBuilder) -> bool
fn eq(&self, other: &PropertyLatestValueBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.