Struct chill::path::ViewName [] [src]

pub struct ViewName {
    // some fields omitted
}

Contains a view name.

Trait Implementations

impl AsRef<str> for ViewName

fn as_ref(&self) -> &str

impl Display for ViewName

fn fmt(&self, formatter: &mut Formatter) -> Result<(), Error>

impl<'a> From<&'a str> for ViewName

fn from(s: &'a str) -> Self

impl From<String> for ViewName

fn from(s: String) -> Self

Derived Implementations

impl PartialOrd for ViewName

fn partial_cmp(&self, __arg_0: &ViewName) -> Option<Ordering>

fn lt(&self, __arg_0: &ViewName) -> bool

fn le(&self, __arg_0: &ViewName) -> bool

fn gt(&self, __arg_0: &ViewName) -> bool

fn ge(&self, __arg_0: &ViewName) -> bool

impl PartialEq for ViewName

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

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

impl Ord for ViewName

fn cmp(&self, __arg_0: &ViewName) -> Ordering

impl Hash for ViewName

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 ViewName

impl Debug for ViewName

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

impl Clone for ViewName

fn clone(&self) -> ViewName

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