Enum ssip_client_async::types::MessageScope
source · pub enum MessageScope {
Last,
All,
Message(MessageId),
}Expand description
Message identifiers
Variants§
Last
Last message from current client
All
Messages from all clients
Message(MessageId)
Specific message
Trait Implementations§
source§impl Clone for MessageScope
impl Clone for MessageScope
source§fn clone(&self) -> MessageScope
fn clone(&self) -> MessageScope
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more