pub type MacAddr = MacAddr;
👎Deprecated since 1.1.0: Use
sql_types::MacAddr
insteadAliased Type§
struct MacAddr;
Trait Implementations
Source§impl QueryId for MacAddr
impl QueryId for MacAddr
Source§const HAS_STATIC_QUERY_ID: bool = true
const HAS_STATIC_QUERY_ID: bool = true
Can the SQL generated by
Self
be uniquely identified by its type? Read more