Struct esplugin::FormId
[−]
[src]
pub struct FormId { /* fields omitted */ }
Methods
impl FormId[src]
fn new<T: AsRef<str> + ToString>(
parent_plugin_name: &str,
masters: &[T],
raw_form_id: u32
) -> FormId[src]
parent_plugin_name: &str,
masters: &[T],
raw_form_id: u32
) -> FormId
fn plugin_name(&self) -> &str[src]
Trait Implementations
impl Clone for FormId[src]
fn clone(&self) -> FormId[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Debug for FormId[src]
impl Default for FormId[src]
impl Ord for FormId[src]
fn cmp(&self, other: &FormId) -> Ordering[src]
This method returns an Ordering between self and other. Read more
fn max(self, other: Self) -> Self1.22.0[src]
Compares and returns the maximum of two values. Read more
fn min(self, other: Self) -> Self1.22.0[src]
Compares and returns the minimum of two values. Read more
impl PartialOrd for FormId[src]
fn partial_cmp(&self, other: &FormId) -> Option<Ordering>[src]
This method returns an ordering between self and other values if one exists. Read more
fn lt(&self, other: &Rhs) -> bool1.0.0[src]
This method tests less than (for self and other) and is used by the < operator. Read more
fn le(&self, other: &Rhs) -> bool1.0.0[src]
This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
fn gt(&self, other: &Rhs) -> bool1.0.0[src]
This method tests greater than (for self and other) and is used by the > operator. Read more
fn ge(&self, other: &Rhs) -> bool1.0.0[src]
This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more
impl PartialEq for FormId[src]
fn eq(&self, other: &FormId) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
This method tests for !=.