[−][src]Enum atat::Mode
Whether the AT client should block while waiting responses or return early.
Variants
The function call will wait as long as necessary to complete the operation
The function call will not wait at all to complete the operation, and only do what it can.
The function call will wait only up the max timeout of each command to complete the operation.
Trait Implementations
impl Clone for Mode[src]
fn clone(&self) -> Mode[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for Mode[src]
impl Debug for Mode[src]
impl Eq for Mode[src]
impl Hash for Mode[src]
fn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
H: Hasher,
impl PartialEq<Mode> for Mode[src]
impl StructuralEq for Mode[src]
impl StructuralPartialEq for Mode[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> Same<T> for T[src]
type Output = T
Should always be Self
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,