Struct chill::path::DesignDocumentName [] [src]

pub struct DesignDocumentName {
    // some fields omitted
}

Contains a design document name.

Trait Implementations

impl AsRef<str> for DesignDocumentName

fn as_ref(&self) -> &str

impl Display for DesignDocumentName

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

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

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

impl From<String> for DesignDocumentName

fn from(s: String) -> Self

Derived Implementations

impl PartialOrd for DesignDocumentName

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

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

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

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

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

impl PartialEq for DesignDocumentName

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

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

impl Ord for DesignDocumentName

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

impl Hash for DesignDocumentName

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 DesignDocumentName

impl Debug for DesignDocumentName

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

impl Clone for DesignDocumentName

fn clone(&self) -> DesignDocumentName

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