Struct fxbox_taxonomy::devices::NodeId
[−]
[src]
pub struct NodeId;
A marker for Id.
Only useful for writing Id<NodeId>
.
pub struct NodeId;
A marker for Id.
Only useful for writing Id<NodeId>
.
impl Deserialize for NodeId
fn deserialize<__D>(deserializer: &mut __D) -> Result<NodeId, __D::Error> where __D: Deserializer
impl Serialize for NodeId
fn serialize<__S>(&self, serializer: &mut __S) -> Result<(), __S::Error> where __S: Serializer
impl Eq for NodeId
impl Hash for NodeId
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)
fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher
impl PartialEq for NodeId
impl Clone for NodeId
fn clone(&self) -> NodeId
fn clone_from(&mut self, source: &Self)
impl Debug for NodeId