Struct agvtf::Gateway[][src]

pub struct Gateway { /* fields omitted */ }

Implementations

impl Gateway[src]

pub fn new<T>(ip_addr: T) -> Self where
    T: AsRef<str>, 
[src]

pub fn get_status(&self) -> Result<List, Error>[src]

pub fn get_line_info(&self) -> Result<LineInfo, Error>[src]

pub fn get_gateway_info(&self) -> Result<GatewayInfo, Error>[src]

pub fn get_connection_info(&self) -> Result<ConnectionInfo, Error>[src]

pub fn get_call_log(
    &self
) -> Result<Vec<(Call, DateTime<Local>, Option<Duration>)>, Error>
[src]

Auto Trait Implementations

impl RefUnwindSafe for Gateway

impl Send for Gateway

impl Sync for Gateway

impl Unpin for Gateway

impl UnwindSafe for Gateway

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.