Struct rust_jvm::vm::symref::Method [] [src]

pub struct Method {
    pub class: Class,
    pub sig: Method,
}

A symbolic reference to a method constant pool entry.

Fields

class

A symbolic reference to the class containing this method.

sig

The signature of the method to which the symbolic reference refers.

Trait Implementations

Derived Implementations

impl Hash for Method

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 Method

fn assert_receiver_is_total_eq(&self)

impl PartialEq for Method

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

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

impl Clone for Method

fn clone(&self) -> Method

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

impl Debug for Method

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