Struct foxbox_taxonomy::util::VendorId
[−]
[src]
pub struct VendorId;
pub struct VendorId;
impl Deserialize for VendorId
fn deserialize<__D>(deserializer: &mut __D) -> Result<VendorId, __D::Error> where __D: Deserializer
impl Serialize for VendorId
fn serialize<__S>(&self, serializer: &mut __S) -> Result<(), __S::Error> where __S: Serializer
impl Eq for VendorId
impl Hash for VendorId
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)
fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher
impl PartialEq for VendorId
impl Clone for VendorId
fn clone(&self) -> VendorId
fn clone_from(&mut self, source: &Self)
impl Debug for VendorId