Type Alias rasn_mib::DisplayString

source ·
pub type DisplayString = OctetString;
Expand description

Used to model textual information taken from the NVT ASCII character set. By convention, objects with this syntax are declared as having SIZE (0...255)

Aliased Type§

struct DisplayString { /* private fields */ }

Trait Implementations§

source§

impl From<Contact> for DisplayString

source§

fn from(value: Contact) -> Self

Converts to this type from the input type.
source§

impl From<Descr> for DisplayString

source§

fn from(value: Descr) -> Self

Converts to this type from the input type.
source§

impl From<Location> for DisplayString

source§

fn from(value: Location) -> Self

Converts to this type from the input type.
source§

impl From<Name> for DisplayString

source§

fn from(value: Name) -> Self

Converts to this type from the input type.
source§

impl From<OrDescr> for DisplayString

source§

fn from(value: OrDescr) -> Self

Converts to this type from the input type.