#[repr(i32)]
pub enum AsyncConnectionBehavior {
On,
Off,
}
Variants§
Trait Implementations§
source§impl Clone for AsyncConnectionBehavior
impl Clone for AsyncConnectionBehavior
source§fn clone(&self) -> AsyncConnectionBehavior
fn clone(&self) -> AsyncConnectionBehavior
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 moresource§impl Debug for AsyncConnectionBehavior
impl Debug for AsyncConnectionBehavior
source§impl Default for AsyncConnectionBehavior
impl Default for AsyncConnectionBehavior
source§fn default() -> AsyncConnectionBehavior
fn default() -> AsyncConnectionBehavior
Returns the “default value” for a type. Read more
source§impl PartialEq<AsyncConnectionBehavior> for AsyncConnectionBehavior
impl PartialEq<AsyncConnectionBehavior> for AsyncConnectionBehavior
source§fn eq(&self, other: &AsyncConnectionBehavior) -> bool
fn eq(&self, other: &AsyncConnectionBehavior) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.