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 duplicate 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 Freeze for RecordingStates
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