pub enum CommonStaleAuthorityEnvelope {
CredentialAttach(AttachEnvelope),
ParticipantAck(ParticipantAckEnvelope),
MarkerAck(MarkerAckEnvelope),
RecordAdmission(RecordAdmissionEnvelope),
}Expand description
Common-envelope live stale-authority alternatives.
Variants§
CredentialAttach(AttachEnvelope)
Credential attach.
ParticipantAck(ParticipantAckEnvelope)
Continuous acknowledgement.
MarkerAck(MarkerAckEnvelope)
Marker acknowledgement.
RecordAdmission(RecordAdmissionEnvelope)
Ordinary record admission.
Trait Implementations§
Source§impl Clone for CommonStaleAuthorityEnvelope
impl Clone for CommonStaleAuthorityEnvelope
Source§fn clone(&self) -> CommonStaleAuthorityEnvelope
fn clone(&self) -> CommonStaleAuthorityEnvelope
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 CommonStaleAuthorityEnvelope
impl Debug for CommonStaleAuthorityEnvelope
impl Eq for CommonStaleAuthorityEnvelope
impl StructuralPartialEq for CommonStaleAuthorityEnvelope
Auto Trait Implementations§
impl Freeze for CommonStaleAuthorityEnvelope
impl RefUnwindSafe for CommonStaleAuthorityEnvelope
impl Send for CommonStaleAuthorityEnvelope
impl Sync for CommonStaleAuthorityEnvelope
impl Unpin for CommonStaleAuthorityEnvelope
impl UnsafeUnpin for CommonStaleAuthorityEnvelope
impl UnwindSafe for CommonStaleAuthorityEnvelope
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