Struct validators::line::LineValidator
source · pub struct LineValidator {}Implementations§
source§impl LineValidator
impl LineValidator
pub fn is_line(&self, line: &str) -> bool
pub fn parse_string(&self, line: String) -> LineResult
pub fn parse_str(&self, line: &str) -> LineResult
Trait Implementations§
source§impl Debug for LineValidator
impl Debug for LineValidator
source§impl PartialEq<LineValidator> for LineValidator
impl PartialEq<LineValidator> for LineValidator
source§fn eq(&self, other: &LineValidator) -> bool
fn eq(&self, other: &LineValidator) -> bool
impl StructuralPartialEq for LineValidator
Auto Trait Implementations§
impl RefUnwindSafe for LineValidator
impl Send for LineValidator
impl Sync for LineValidator
impl Unpin for LineValidator
impl UnwindSafe for LineValidator
Blanket Implementations§
§impl<T> IntoCollection<T> for T
impl<T> IntoCollection<T> for T
§fn into_collection<A>(self) -> SmallVec<A>where
A: Array<Item = T>,
fn into_collection<A>(self) -> SmallVec<A>where
A: Array<Item = T>,
Converts
self into a collection.