Enum ion_binary_rs::Symbol [−][src]
pub enum Symbol {
Symbol(String),
Dummy,
}Expand description
A table symbol. It can b used together with the “with_shared_table” method in order to define new shared tables.
Variants
Symbol(String)
Tuple Fields
0: StringDummy
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Symbol
impl UnwindSafe for Symbol
Blanket Implementations
Mutably borrows from an owned value. Read more
