[−][src]Struct grid_sdk::protocol::track_and_trace::state::ReportedValue
Methods
impl ReportedValue
[src]
pub fn reporter_index(&self) -> &u32
[src]
pub fn timestamp(&self) -> &u64
[src]
pub fn value(&self) -> &PropertyValue
[src]
pub fn into_builder(self) -> ReportedValueBuilder
[src]
Trait Implementations
impl FromProto<PropertyPage_ReportedValue> for ReportedValue
[src]
fn from_proto(
proto: PropertyPage_ReportedValue
) -> Result<Self, ProtoConversionError>
[src]
proto: PropertyPage_ReportedValue
) -> Result<Self, ProtoConversionError>
impl FromNative<ReportedValue> for PropertyPage_ReportedValue
[src]
fn from_native(native: ReportedValue) -> Result<Self, ProtoConversionError>
[src]
impl FromBytes<ReportedValue> for ReportedValue
[src]
fn from_bytes(bytes: &[u8]) -> Result<ReportedValue, ProtoConversionError>
[src]
impl IntoBytes for ReportedValue
[src]
fn into_bytes(self) -> Result<Vec<u8>, ProtoConversionError>
[src]
impl IntoNative<ReportedValue> for PropertyPage_ReportedValue
[src]
fn into_native(self) -> Result<T, ProtoConversionError>
[src]
impl IntoProto<PropertyPage_ReportedValue> for ReportedValue
[src]
fn into_proto(self) -> Result<T, ProtoConversionError>
[src]
impl PartialEq<ReportedValue> for ReportedValue
[src]
fn eq(&self, other: &ReportedValue) -> bool
[src]
fn ne(&self, other: &ReportedValue) -> bool
[src]
impl Clone for ReportedValue
[src]
fn clone(&self) -> ReportedValue
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Debug for ReportedValue
[src]
Auto Trait Implementations
impl Send for ReportedValue
impl Sync for ReportedValue
Blanket Implementations
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> From<T> for T
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,