pub struct PositionalReadings { /* private fields */ }Trait Implementations§
source§impl Debug for PositionalReadings
impl Debug for PositionalReadings
source§impl Decode for PositionalReadings
impl Decode for PositionalReadings
source§impl Default for PositionalReadings
impl Default for PositionalReadings
source§fn default() -> PositionalReadings
fn default() -> PositionalReadings
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for PositionalReadings
impl<'de> Deserialize<'de> for PositionalReadings
source§fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
source§impl Display for PositionalReadings
impl Display for PositionalReadings
source§impl Encode for PositionalReadings
impl Encode for PositionalReadings
Auto Trait Implementations§
impl Freeze for PositionalReadings
impl RefUnwindSafe for PositionalReadings
impl Send for PositionalReadings
impl Sync for PositionalReadings
impl Unpin for PositionalReadings
impl UnwindSafe for PositionalReadings
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
source§impl<T> ToCompactString for Twhere
T: Display,
impl<T> ToCompactString for Twhere
T: Display,
source§fn try_to_compact_string(&self) -> Result<CompactString, ToCompactStringError>
fn try_to_compact_string(&self) -> Result<CompactString, ToCompactStringError>
Fallible version of
ToCompactString::to_compact_string() Read moresource§fn to_compact_string(&self) -> CompactString
fn to_compact_string(&self) -> CompactString
Converts the given value to a
CompactString. Read more