Struct wick_config::config::test_case::SuccessPayload
source · pub struct SuccessPayload { /* private fields */ }Expand description
A simplified representation of a Wick data packet & payload, used to write tests.
Implementations§
Trait Implementations§
source§impl Clone for SuccessPayload
impl Clone for SuccessPayload
source§fn clone(&self) -> SuccessPayload
fn clone(&self) -> SuccessPayload
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 moresource§impl Debug for SuccessPayload
impl Debug for SuccessPayload
source§impl From<SuccessPayload> for SuccessPacket
impl From<SuccessPayload> for SuccessPacket
source§fn from(value: SuccessPayload) -> Self
fn from(value: SuccessPayload) -> Self
Converts to this type from the input type.
source§impl PartialEq<SuccessPayload> for SuccessPayload
impl PartialEq<SuccessPayload> for SuccessPayload
source§fn eq(&self, other: &SuccessPayload) -> bool
fn eq(&self, other: &SuccessPayload) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for SuccessPayload
impl Serialize for SuccessPayload
source§impl TryFrom<SuccessPacket> for SuccessPayload
impl TryFrom<SuccessPacket> for SuccessPayload
§type Error = ManifestError
type Error = ManifestError
The type returned in the event of a conversion error.
source§fn try_from(value: SuccessPacket) -> Result<Self, ManifestError>
fn try_from(value: SuccessPacket) -> Result<Self, ManifestError>
Performs the conversion.
impl StructuralPartialEq for SuccessPayload
Auto Trait Implementations§
impl RefUnwindSafe for SuccessPayload
impl Send for SuccessPayload
impl Sync for SuccessPayload
impl Unpin for SuccessPayload
impl UnwindSafe for SuccessPayload
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