pub struct TestEnvelope {}Trait Implementations§
Source§impl Clone for TestEnvelope
impl Clone for TestEnvelope
Source§fn clone(&self) -> TestEnvelope
fn clone(&self) -> TestEnvelope
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 TestEnvelope
impl Debug for TestEnvelope
Source§impl Default for TestEnvelope
impl Default for TestEnvelope
Source§impl PartialEq for TestEnvelope
impl PartialEq for TestEnvelope
Source§impl Serialize for TestEnvelope
impl Serialize for TestEnvelope
impl Eq for TestEnvelope
impl StructuralPartialEq for TestEnvelope
Auto Trait Implementations§
impl Freeze for TestEnvelope
impl RefUnwindSafe for TestEnvelope
impl Send for TestEnvelope
impl Sync for TestEnvelope
impl Unpin for TestEnvelope
impl UnwindSafe for TestEnvelope
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