Struct classfile_parser::constant_info::Utf8Constant [−][src]
pub struct Utf8Constant {
pub utf8_string: String,
}Fields
utf8_string: String
Trait Implementations
impl Clone for Utf8Constant[src]
impl Clone for Utf8Constantfn clone(&self) -> Utf8Constant[src]
fn clone(&self) -> Utf8ConstantReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for Utf8Constant[src]
impl Debug for Utf8ConstantAuto Trait Implementations
impl Send for Utf8Constant
impl Send for Utf8Constantimpl Sync for Utf8Constant
impl Sync for Utf8Constant