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

Trait Implementations

Derived Implementations

impl PartialEq for User

fn eq(&self, __arg_0: &User) -> bool

fn ne(&self, __arg_0: &User) -> bool

impl Clone for User

fn clone(&self) -> User

1.0.0fn clone_from(&mut self, source: &Self)

impl Debug for User

fn fmt(&self, __arg_0: &mut Formatter) -> Result