Struct Client
rocketchat_hooks
pub struct Client { /* fields omitted */ }
impl Client
fn new(url: &str) -> Result<Client>
fn post(&self, msg: Message) -> Result<()>
impl Debug for Client
fn fmt(&self, __arg_0: &mut Formatter) -> Result
Formats the value using the given formatter.
impl Clone for Client
fn clone(&self) -> Client
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
source