Struct jsonrpc_server_utils::cors::Ascii  [−][src]
pub struct Ascii<S>(_);
Case Insensitive wrapper of Ascii strings.
Implementations
impl<S> Ascii<S>[src]
impl<S> Ascii<S>[src]pub const fn new(s: S) -> Ascii<S>[src]
pub fn into_unicase(self) -> UniCase<S>[src]
pub fn into_inner(self) -> S[src]
Trait Implementations
impl<T> PartialOrd<Ascii<T>> for Ascii<T> where
    T: AsRef<str>, [src]
impl<T> PartialOrd<Ascii<T>> for Ascii<T> where
    T: AsRef<str>, [src]pub fn partial_cmp(&self, other: &Ascii<T>) -> Option<Ordering>[src]
#[must_use]pub fn lt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
pub fn lt(&self, other: &Rhs) -> bool#[must_use]pub fn le(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
pub fn le(&self, other: &Rhs) -> bool#[must_use]pub fn gt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
pub fn gt(&self, other: &Rhs) -> bool#[must_use]pub fn ge(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
pub fn ge(&self, other: &Rhs) -> boolimpl<S> Copy for Ascii<S> where
    S: Copy, [src]
S: Copy,
impl<S> Eq for Ascii<S> where
    S: AsRef<str>, [src]
S: AsRef<str>,
Auto Trait Implementations
impl<S> RefUnwindSafe for Ascii<S> where
    S: RefUnwindSafe, 
S: RefUnwindSafe,
impl<S> Send for Ascii<S> where
    S: Send, 
S: Send,
impl<S> Sync for Ascii<S> where
    S: Sync, 
S: Sync,
impl<S> Unpin for Ascii<S> where
    S: Unpin, 
S: Unpin,
impl<S> UnwindSafe for Ascii<S> where
    S: UnwindSafe, 
S: UnwindSafe,