Struct f189ctrl::measurement::RecordingStates
source · pub struct RecordingStates(/* private fields */);
Expand description
States for a single logging record.
Trait Implementations§
source§impl Clone for RecordingStates
impl Clone for RecordingStates
source§fn clone(&self) -> RecordingStates
fn clone(&self) -> RecordingStates
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 RecordingStates
impl Debug for RecordingStates
source§impl Default for RecordingStates
impl Default for RecordingStates
source§fn default() -> RecordingStates
fn default() -> RecordingStates
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for RecordingStates
impl<'de> Deserialize<'de> for RecordingStates
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
source§impl Display for RecordingStates
impl Display for RecordingStates
source§impl From<u8> for RecordingStates
impl From<u8> for RecordingStates
Auto Trait Implementations§
impl RefUnwindSafe for RecordingStates
impl Send for RecordingStates
impl Sync for RecordingStates
impl Unpin for RecordingStates
impl UnwindSafe for RecordingStates
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