Struct foxbox_taxonomy::util::TagId [] [src]

pub struct TagId;

Only useful for writing Id<TagId>.

Trait Implementations

impl Deserialize for TagId

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

impl Serialize for TagId

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

Derived Implementations

impl Eq for TagId

impl Hash for TagId

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 TagId

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

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

impl Clone for TagId

fn clone(&self) -> TagId

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

impl Debug for TagId

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