Struct ConnectionRecoveryBehaviorOptions
#[repr(transparent)]pub struct ConnectionRecoveryBehaviorOptions(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for ConnectionRecoveryBehaviorOptions
impl Clone for ConnectionRecoveryBehaviorOptions
§fn clone(&self) -> ConnectionRecoveryBehaviorOptions
fn clone(&self) -> ConnectionRecoveryBehaviorOptions
Returns a copy 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 more§impl Debug for ConnectionRecoveryBehaviorOptions
impl Debug for ConnectionRecoveryBehaviorOptions
§impl Default for ConnectionRecoveryBehaviorOptions
impl Default for ConnectionRecoveryBehaviorOptions
§fn default() -> ConnectionRecoveryBehaviorOptions
fn default() -> ConnectionRecoveryBehaviorOptions
Returns the “default value” for a type. Read more
impl Copy for ConnectionRecoveryBehaviorOptions
impl Eq for ConnectionRecoveryBehaviorOptions
impl StructuralPartialEq for ConnectionRecoveryBehaviorOptions
Auto Trait Implementations§
impl Freeze for ConnectionRecoveryBehaviorOptions
impl RefUnwindSafe for ConnectionRecoveryBehaviorOptions
impl Send for ConnectionRecoveryBehaviorOptions
impl Sync for ConnectionRecoveryBehaviorOptions
impl Unpin for ConnectionRecoveryBehaviorOptions
impl UnwindSafe for ConnectionRecoveryBehaviorOptions
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