Struct slack_api::groups::MarkRequest
[−]
[src]
pub struct MarkRequest<'a> { pub channel: &'a str, pub ts: &'a str, }
Fields
channel: &'a str
Private channel to set reading cursor in.
ts: &'a str
Timestamp of the most recently seen message.
Trait Implementations
impl<'a> Clone for MarkRequest<'a>
[src]
fn clone(&self) -> MarkRequest<'a>
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl<'a> Default for MarkRequest<'a>
[src]
fn default() -> MarkRequest<'a>
Returns the "default value" for a type. Read more