Variants
Ser(&'a Arguments<'a>)
De(CowString<'a>)
Implementations
sourceimpl<'a> DebugRecord<'a>
impl<'a> DebugRecord<'a>
pub fn to_owned(&self) -> DebugRecord<'static>
Trait Implementations
sourceimpl<'a> Debug for DebugRecord<'a>
impl<'a> Debug for DebugRecord<'a>
sourceimpl<'de: 'a, 'a> Deserialize<'de> for DebugRecord<'a>
impl<'de: 'a, 'a> Deserialize<'de> for DebugRecord<'a>
sourcefn 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
sourceimpl<'a> From<CowString<'a>> for DebugRecord<'a>
impl<'a> From<CowString<'a>> for DebugRecord<'a>
sourceimpl<'a> Serialize for DebugRecord<'a>
impl<'a> Serialize for DebugRecord<'a>
impl Send for DebugRecord<'static>
SAFETY: If all data is ’static and/or owned, it is safe to send between threads.
Auto Trait Implementations
impl<'a> !RefUnwindSafe for DebugRecord<'a>
impl<'a> !Sync for DebugRecord<'a>
impl<'a> Unpin for DebugRecord<'a>
impl<'a> !UnwindSafe for DebugRecord<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
