Struct foxbox_taxonomy::util::KindId [] [src]

pub struct KindId;

Trait Implementations

impl Deserialize for KindId

fn deserialize<__D>(deserializer: &mut __D) -> Result<KindId, __D::Error> where __D: Deserializer

impl Serialize for KindId

fn serialize<__S>(&self, serializer: &mut __S) -> Result<(), __S::Error> where __S: Serializer

Derived Implementations

impl Eq for KindId

impl Hash for KindId

fn hash<__H: Hasher>(&self, __arg_0: &mut __H)

1.3.0fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher

impl PartialEq for KindId

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

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

impl Clone for KindId

fn clone(&self) -> KindId

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

impl Debug for KindId

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