pub struct ValidatedFencedMarkerInputs { /* private fields */ }Expand description
Source-associated inputs which still contain no one-use marker token.
Implementations§
Source§impl ValidatedFencedMarkerInputs
impl ValidatedFencedMarkerInputs
Sourcepub fn into_parts(self) -> (LiveFrontierOwner, DetachedCredentialRecovery, u64)
pub fn into_parts(self) -> (LiveFrontierOwner, DetachedCredentialRecovery, u64)
Returns unchanged owner/recovery plus the validated source sequence.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ValidatedFencedMarkerInputs
impl RefUnwindSafe for ValidatedFencedMarkerInputs
impl Send for ValidatedFencedMarkerInputs
impl Sync for ValidatedFencedMarkerInputs
impl Unpin for ValidatedFencedMarkerInputs
impl UnsafeUnpin for ValidatedFencedMarkerInputs
impl UnwindSafe for ValidatedFencedMarkerInputs
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