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