Struct slack_api::im::MarkRequest[][src]

pub struct MarkRequest<'a> {
    pub channel: &'a str,
    pub ts: &'a str,
}

Fields

Direct message channel to set reading cursor in.

Timestamp of the most recently seen message.

Trait Implementations

impl<'a> Clone for MarkRequest<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Default for MarkRequest<'a>
[src]

Returns the "default value" for a type. Read more

impl<'a> Debug for MarkRequest<'a>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for MarkRequest<'a>

impl<'a> Sync for MarkRequest<'a>