[][src]Struct grid_sdk::protocol::schema::state::PropertyValue

pub struct PropertyValue { /* fields omitted */ }

Native implementation of PropertyValue

Methods

impl PropertyValue[src]

pub fn name(&self) -> &str[src]

pub fn data_type(&self) -> &DataType[src]

pub fn bytes_value(&self) -> &[u8][src]

pub fn boolean_value(&self) -> &bool[src]

pub fn number_value(&self) -> &i64[src]

pub fn string_value(&self) -> &str[src]

pub fn enum_value(&self) -> &u32[src]

pub fn struct_values(&self) -> &[PropertyValue][src]

pub fn lat_long_value(&self) -> &LatLong[src]

Trait Implementations

impl FromProto<PropertyValue> for PropertyValue[src]

impl FromNative<PropertyValue> for PropertyValue[src]

impl FromBytes<PropertyValue> for PropertyValue[src]

impl IntoBytes for PropertyValue[src]

impl IntoNative<PropertyValue> for PropertyValue[src]

impl IntoProto<PropertyValue> for PropertyValue[src]

impl PartialEq<PropertyValue> for PropertyValue[src]

impl Clone for PropertyValue[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl Debug for PropertyValue[src]

Auto Trait Implementations

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]