Enum radius_rust::protocol::dictionary::SupportedAttributeTypes [−][src]
pub enum SupportedAttributeTypes { AsciiString, Integer, Date, IPv4Addr, IPv6Addr, IPv6Prefix, }
Expand description
Represents a list of supported data types as defined in RFC 2865
Variants
Expand description
Rust’s String
Expand description
Rust’s u32
Expand description
Rust’s u64
Expand description
Rust’s [u8;4]
Expand description
Rust’s [u8;16]
Expand description
Rust’s [u8;18]
Trait Implementations
impl Debug for SupportedAttributeTypes
[src]
impl Debug for SupportedAttributeTypes
[src]impl StructuralPartialEq for SupportedAttributeTypes
[src]
Auto Trait Implementations
impl RefUnwindSafe for SupportedAttributeTypes
impl Send for SupportedAttributeTypes
impl Sync for SupportedAttributeTypes
impl Unpin for SupportedAttributeTypes
impl UnwindSafe for SupportedAttributeTypes
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
pub fn borrow_mut(&mut self) -> &mut T
[src]Mutably borrows from an owned value. Read more
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,