[][src]Struct chatwork_client::Chatwork

pub struct Chatwork { /* fields omitted */ }

The Chatwork client.

Methods

impl Chatwork[src]

pub fn new(token: String) -> Chatwork[src]

Initialises a new Chatwork client.

pub fn send_message(
    &self,
    room_id: &'static str,
    message: &'static str
) -> Result<String, Error>
[src]

Sends a message to the specified room.

Auto Trait Implementations

impl !RefUnwindSafe for Chatwork

impl Send for Chatwork

impl Sync for Chatwork

impl Unpin for Chatwork

impl !UnwindSafe for Chatwork

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.