pub struct WireBridgeAttempt {
pub seq: u64,
pub attempt: u32,
pub max_attempts: u32,
}Expand description
WireBridgeAttempt data container.
Fields§
§seq: u64seq field for seq.
attempt: u32attempt field for attempt.
max_attempts: u32max_attempts field for max attempts.
Trait Implementations§
Source§impl Clone for WireBridgeAttempt
impl Clone for WireBridgeAttempt
Source§fn clone(&self) -> WireBridgeAttempt
fn clone(&self) -> WireBridgeAttempt
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 moreSource§impl Debug for WireBridgeAttempt
impl Debug for WireBridgeAttempt
Source§impl PartialEq for WireBridgeAttempt
impl PartialEq for WireBridgeAttempt
impl Eq for WireBridgeAttempt
impl StructuralPartialEq for WireBridgeAttempt
Auto Trait Implementations§
impl Freeze for WireBridgeAttempt
impl RefUnwindSafe for WireBridgeAttempt
impl Send for WireBridgeAttempt
impl Sync for WireBridgeAttempt
impl Unpin for WireBridgeAttempt
impl UnsafeUnpin for WireBridgeAttempt
impl UnwindSafe for WireBridgeAttempt
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.