Struct pear::Position [−][src]
pub struct Position { /* fields omitted */ }Trait Implementations
impl Debug for Position[src]
impl Debug for Positionfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for Position[src]
impl PartialEq for Positionfn eq(&self, other: &Position) -> bool[src]
fn eq(&self, other: &Position) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Position) -> bool[src]
fn ne(&self, other: &Position) -> boolThis method tests for !=.
impl Eq for Position[src]
impl Eq for Positionimpl Clone for Position[src]
impl Clone for Positionfn clone(&self) -> Position[src]
fn clone(&self) -> PositionReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for Position[src]
impl Copy for Positionimpl Hash for Position[src]
impl Hash for Positionfn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash<__H: Hasher>(&self, state: &mut __H)Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0
[src]Feeds a slice of this type into the given [Hasher]. Read more
impl Display for Position[src]
impl Display for Position