Struct parse::pool::ConstantPackage
source · pub struct ConstantPackage {
pub tag: ConstantTag,
pub name: Addressed<ConstantUtf8>,
}
Fields§
§tag: ConstantTag
§name: Addressed<ConstantUtf8>
Trait Implementations§
source§impl Clone for ConstantPackage
impl Clone for ConstantPackage
source§fn clone(&self) -> ConstantPackage
fn clone(&self) -> ConstantPackage
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 moreAuto Trait Implementations§
impl !RefUnwindSafe for ConstantPackage
impl Send for ConstantPackage
impl Sync for ConstantPackage
impl Unpin for ConstantPackage
impl !UnwindSafe for ConstantPackage
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