Struct rust_jvm::vm::sig::Field [] [src]

pub struct Field {
    pub name: String,
    pub ty: Type,
}

A field signature.

Fields

name

The name of the field.

ty

The type of the field.

Trait Implementations

Derived Implementations

impl Hash for Field

fn hash<__H: Hasher>(&self, __arg_0: &mut __H)

1.3.0fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher

impl Eq for Field

fn assert_receiver_is_total_eq(&self)

impl PartialEq for Field

fn eq(&self, __arg_0: &Field) -> bool

fn ne(&self, __arg_0: &Field) -> bool

impl Clone for Field

fn clone(&self) -> Field

1.0.0fn clone_from(&mut self, source: &Self)

impl Debug for Field

fn fmt(&self, __arg_0: &mut Formatter) -> Result