Enum docserver::defs::user_action::UserAction
source · pub enum UserAction {
Access,
Log(String),
Request(String),
View(String),
List(String),
Profile(String),
Other,
}
Variants§
Implementations§
Trait Implementations§
source§impl Clone for UserAction
impl Clone for UserAction
source§fn clone(&self) -> UserAction
fn clone(&self) -> UserAction
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