[−][src]Enum atat::Command
Commands that can be sent from the client to the ingress manager, for configuration after initial setup. This is also used for stuff like clearing the receive buffer on command timeouts.
Variants
Clear the rx buffer, usually as a result of a command timeout
Force the ingress manager into the given state
Change the line termination character, must be called af setting ATS3=
Change the format character, must be called af setting ATS4=
Enable or disable AT echo, must be called after setting ATE
Trait Implementations
impl Clone for Command[src]
fn clone(&self) -> Command[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for Command[src]
impl Debug for Command[src]
impl Eq for Command[src]
impl Hash for Command[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<Command> for Command[src]
impl StructuralEq for Command[src]
impl StructuralPartialEq for Command[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>,