Trait AttributeStaticType

Source
pub trait AttributeStaticType {
    const TYPE: AttributeType;
}
Expand description

A static type for an Attribute

Required Associated Constants§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl AttributeStaticType for AlternateDomain

Source§

impl AttributeStaticType for AlternateServer

Source§

impl AttributeStaticType for ErrorCode

Source§

impl AttributeStaticType for Fingerprint

Source§

impl AttributeStaticType for IceControlled

Source§

impl AttributeStaticType for IceControlling

Source§

impl AttributeStaticType for MessageIntegrity

Source§

impl AttributeStaticType for MessageIntegritySha256

Source§

impl AttributeStaticType for Nonce

Source§

impl AttributeStaticType for PasswordAlgorithm

Source§

impl AttributeStaticType for PasswordAlgorithms

Source§

impl AttributeStaticType for Priority

Source§

impl AttributeStaticType for Realm

Source§

impl AttributeStaticType for Software

Source§

impl AttributeStaticType for UnknownAttributes

Source§

impl AttributeStaticType for UseCandidate

Source§

impl AttributeStaticType for Userhash

Source§

impl AttributeStaticType for Username

Source§

impl AttributeStaticType for XorMappedAddress