pub struct UnvalidatedFailureEnvelope { /* private fields */ }Implementations§
Source§impl UnvalidatedFailureEnvelope
impl UnvalidatedFailureEnvelope
pub fn revalidate( self, expected_domain: FailureDomain, ) -> Result<FailureEnvelope, VNextError>
Trait Implementations§
Source§impl Clone for UnvalidatedFailureEnvelope
impl Clone for UnvalidatedFailureEnvelope
Source§fn clone(&self) -> UnvalidatedFailureEnvelope
fn clone(&self) -> UnvalidatedFailureEnvelope
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 UnvalidatedFailureEnvelope
impl Debug for UnvalidatedFailureEnvelope
impl Eq for UnvalidatedFailureEnvelope
impl StructuralPartialEq for UnvalidatedFailureEnvelope
Auto Trait Implementations§
impl Freeze for UnvalidatedFailureEnvelope
impl RefUnwindSafe for UnvalidatedFailureEnvelope
impl Send for UnvalidatedFailureEnvelope
impl Sync for UnvalidatedFailureEnvelope
impl Unpin for UnvalidatedFailureEnvelope
impl UnsafeUnpin for UnvalidatedFailureEnvelope
impl UnwindSafe for UnvalidatedFailureEnvelope
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