[−][src]Struct atat::Config
Configuration of both the ingress manager, and the AT client. Some of these
parameters can be changed on the fly, through issuing a Command from the
client.
Implementations
impl Config[src]
#[must_use]pub fn new(mode: Mode) -> Self[src]
#[must_use]pub const fn with_line_term(self, c: u8) -> Self[src]
#[must_use]pub const fn with_format_char(self, c: u8) -> Self[src]
#[must_use]pub const fn with_at_echo(self, e: bool) -> Self[src]
#[must_use]pub const fn cmd_cooldown(self, ms: u32) -> Self[src]
Trait Implementations
impl Clone for Config[src]
fn clone(&self) -> Config[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for Config[src]
impl Debug for Config[src]
impl Default for Config[src]
impl Eq for Config[src]
impl Hash for Config[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<Config> for Config[src]
impl StructuralEq for Config[src]
impl StructuralPartialEq for Config[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>,