Struct classfile_parser::constant_info::Utf8Constant[][src]

pub struct Utf8Constant {
    pub utf8_string: String,
}

Fields

Trait Implementations

impl Clone for Utf8Constant
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Utf8Constant
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations