Struct parse::pool::ConstantUtf8
source · pub struct ConstantUtf8 {
pub tag: ConstantTag,
pub length: u16,
pub bytes: Vec<u8>,
}Fields§
§tag: ConstantTag§length: u16§bytes: Vec<u8>Implementations§
source§impl ConstantUtf8
impl ConstantUtf8
Trait Implementations§
source§impl Clone for ConstantUtf8
impl Clone for ConstantUtf8
source§fn clone(&self) -> ConstantUtf8
fn clone(&self) -> ConstantUtf8
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for ConstantUtf8
impl Debug for ConstantUtf8
source§impl Resolvable<ConstantUtf8> for Addressed<ConstantUtf8>
impl Resolvable<ConstantUtf8> for Addressed<ConstantUtf8>
fn try_resolve(&self) -> Result<ConstantUtf8>
fn resolve(&self) -> T
Auto Trait Implementations§
impl RefUnwindSafe for ConstantUtf8
impl Send for ConstantUtf8
impl Sync for ConstantUtf8
impl Unpin for ConstantUtf8
impl UnwindSafe for ConstantUtf8
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more