Struct yaml_rust::scanner::Marker [−][src]
pub struct Marker { /* fields omitted */ }Methods
impl Marker[src]
impl MarkerTrait Implementations
impl Clone for Marker[src]
impl Clone for Markerfn clone(&self) -> Marker[src]
fn clone(&self) -> MarkerReturns 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 Marker[src]
impl Copy for Markerimpl PartialEq for Marker[src]
impl PartialEq for Markerfn eq(&self, other: &Marker) -> bool[src]
fn eq(&self, other: &Marker) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Marker) -> bool[src]
fn ne(&self, other: &Marker) -> boolThis method tests for !=.
impl Debug for Marker[src]
impl Debug for Markerfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Eq for Marker[src]
impl Eq for Marker