Skip to main content

DisplayString

Type Alias 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§

pub 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.