Struct postscript::compact::compound::Strings [] [src]

pub struct Strings {
    // some fields omitted
}

A strings index.

Methods

impl Strings
[src]

fn get(&self, sid: StringID) -> Option<String>

Return the string corresponding to a string identifier.

Trait Implementations

impl PartialEq for Strings
[src]

fn eq(&self, __arg_0: &Strings) -> bool

This method tests for self and other values to be equal, and is used by ==. Read more

fn ne(&self, __arg_0: &Strings) -> bool

This method tests for !=.

impl Eq for Strings
[src]

impl Default for Strings
[src]

fn default() -> Strings

Returns the "default value" for a type. Read more

impl Debug for Strings
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Clone for Strings
[src]

fn clone(&self) -> Strings

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Deref for Strings
[src]

type Target = Index

The resulting type after dereferencing

fn deref(&self) -> &Self::Target

The method called to dereference a value

impl DerefMut for Strings
[src]

fn deref_mut(&mut self) -> &mut Self::Target

The method called to mutably dereference a value

impl Value for Strings
[src]

fn read<T: Tape>(tape: &mut T) -> Result<Self>

Read a value.