pub enum ProbePayloadLabel {
ExactCreateFirst,
ExactCreateSecond,
ConditionalInitial,
ConditionalFirst,
ConditionalSecond,
LostResponse,
CrossAdministrator,
CrossPeer,
}Variants§
ExactCreateFirst
ExactCreateSecond
ConditionalInitial
ConditionalFirst
ConditionalSecond
LostResponse
CrossAdministrator
CrossPeer
Trait Implementations§
Source§impl Clone for ProbePayloadLabel
impl Clone for ProbePayloadLabel
Source§fn clone(&self) -> ProbePayloadLabel
fn clone(&self) -> ProbePayloadLabel
Returns a duplicate 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 moreimpl Copy for ProbePayloadLabel
Auto Trait Implementations§
impl Freeze for ProbePayloadLabel
impl RefUnwindSafe for ProbePayloadLabel
impl Send for ProbePayloadLabel
impl Sync for ProbePayloadLabel
impl Unpin for ProbePayloadLabel
impl UnsafeUnpin for ProbePayloadLabel
impl UnwindSafe for ProbePayloadLabel
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