pub struct RoundtripResult { /* private fields */ }Expand description
Result of parsing, serializing, reparsing, and serializing again.
Implementations§
Trait Implementations§
Source§impl Clone for RoundtripResult
impl Clone for RoundtripResult
Source§fn clone(&self) -> RoundtripResult
fn clone(&self) -> RoundtripResult
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RoundtripResult
impl Debug for RoundtripResult
impl Eq for RoundtripResult
Source§impl PartialEq for RoundtripResult
impl PartialEq for RoundtripResult
Source§fn eq(&self, other: &RoundtripResult) -> bool
fn eq(&self, other: &RoundtripResult) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RoundtripResult
Auto Trait Implementations§
impl Freeze for RoundtripResult
impl RefUnwindSafe for RoundtripResult
impl Send for RoundtripResult
impl Sync for RoundtripResult
impl Unpin for RoundtripResult
impl UnsafeUnpin for RoundtripResult
impl UnwindSafe for RoundtripResult
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