Enum foxbox_taxonomy::api::User
[−]
[src]
pub enum User { None, Id(i32), }
User identifier that will be passed from the REST API handlers to the adapters.
Variants
None | ||
Id |
pub enum User { None, Id(i32), }
User identifier that will be passed from the REST API handlers to the adapters.
None | ||
Id |
impl PartialEq for User
impl Clone for User
fn clone(&self) -> User
fn clone_from(&mut self, source: &Self)
impl Debug for User