Enum ruma_client_api::r0::sync::sync_events::SetPresence
[−]
[src]
pub enum SetPresence {
Offline,
}Whether to set presence or not during sync.
Variants
OfflineDo not set the presence of the user calling this API.
Trait Implementations
impl Clone for SetPresence[src]
fn clone(&self) -> SetPresence
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