Struct DebugBytes
pub struct DebugBytes(/* private fields */);
Expand description
Debug data to be sent to Plumerai support for analysis.
Trait Implementations§
§impl Clone for DebugBytes
impl Clone for DebugBytes
§fn clone(&self) -> DebugBytes
fn clone(&self) -> DebugBytes
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 more§impl Debug for DebugBytes
impl Debug for DebugBytes
§impl<'de> Deserialize<'de> for DebugBytes
impl<'de> Deserialize<'de> for DebugBytes
§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
§impl Hash for DebugBytes
impl Hash for DebugBytes
§impl PartialEq for DebugBytes
impl PartialEq for DebugBytes
§impl Serialize for DebugBytes
impl Serialize for DebugBytes
impl Eq for DebugBytes
impl StructuralPartialEq for DebugBytes
Auto Trait Implementations§
impl Freeze for DebugBytes
impl RefUnwindSafe for DebugBytes
impl Send for DebugBytes
impl Sync for DebugBytes
impl Unpin for DebugBytes
impl UnwindSafe for DebugBytes
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