Struct postscript::compact1::index::Strings
[−]
[src]
pub struct Strings(pub Index);
A string index.
Methods
impl Strings[src]
fn get(&self, sid: StringID) -> Option<String>[src]
Return the string corresponding to a string identifier.
Trait Implementations
impl Clone for Strings[src]
fn clone(&self) -> Strings[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Debug for Strings[src]
impl Deref for Strings[src]
type Target = Index
The resulting type after dereferencing.
fn deref(&self) -> &Self::Target[src]
Dereferences the value.