[−][src]Struct jsonrpc_server_utils::cors::Ascii
Case Insensitive wrapper of Ascii strings.
Methods
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<S> Clone for Ascii<S> where
S: Clone,
[src]
S: Clone,
fn clone(&self) -> Ascii<S>
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl<S> Debug for Ascii<S> where
S: Debug,
[src]
S: Debug,
impl<S> Display for Ascii<S> where
S: Display,
[src]
S: Display,
impl<S> Hash for Ascii<S> where
S: AsRef<str>,
[src]
S: AsRef<str>,
fn hash<H>(&self, hasher: &mut H) where
H: Hasher,
[src]
H: Hasher,
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
H: Hasher,
Feeds a slice of this type into the given [Hasher
]. Read more
impl<S> Deref for Ascii<S>
[src]
impl<S> Default for Ascii<S> where
S: Default,
[src]
S: Default,
impl<S> Copy for Ascii<S> where
S: Copy,
[src]
S: Copy,
impl<S> DerefMut for Ascii<S>
[src]
impl<S> AsRef<str> for Ascii<S> where
S: AsRef<str>,
[src]
S: AsRef<str>,
impl<S> FromStr for Ascii<S> where
S: FromStr,
[src]
S: FromStr,
type Err = <S as FromStr>::Err
The associated error which can be returned from parsing.
fn from_str(s: &str) -> Result<Ascii<S>, <S as FromStr>::Err>
[src]
impl<S1, S2> PartialEq<S2> for Ascii<S1> where
S1: AsRef<str>,
S2: AsRef<str>,
[src]
S1: AsRef<str>,
S2: AsRef<str>,
fn eq(&self, other: &S2) -> bool
[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
This method tests for !=
.
impl<S> Eq for Ascii<S> where
S: AsRef<str>,
[src]
S: AsRef<str>,
impl<T> Ord for Ascii<T> where
T: AsRef<str>,
[src]
T: AsRef<str>,
fn cmp(&self, other: &Ascii<T>) -> Ordering
[src]
fn max(self, other: Self) -> Self
1.21.0[src]
Compares and returns the maximum of two values. Read more
fn min(self, other: Self) -> Self
1.21.0[src]
Compares and returns the minimum of two values. Read more
fn clamp(self, min: Self, max: Self) -> Self
[src]
clamp
)Restrict a value to a certain interval. Read more
impl<T> PartialOrd<Ascii<T>> for Ascii<T> where
T: AsRef<str>,
[src]
T: AsRef<str>,
fn partial_cmp(&self, other: &Ascii<T>) -> Option<Ordering>
[src]
#[must_use]
fn lt(&self, other: &Rhs) -> bool
1.0.0[src]
This method tests less than (for self
and other
) and is used by the <
operator. Read more
#[must_use]
fn le(&self, other: &Rhs) -> bool
1.0.0[src]
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
#[must_use]
fn gt(&self, other: &Rhs) -> bool
1.0.0[src]
This method tests greater than (for self
and other
) and is used by the >
operator. Read more
#[must_use]
fn ge(&self, other: &Rhs) -> bool
1.0.0[src]
This method tests greater than or equal to (for self
and other
) and is used by the >=
operator. Read more
Auto Trait Implementations
impl<S> Unpin for Ascii<S> where
S: Unpin,
S: Unpin,
impl<S> Sync for Ascii<S> where
S: Sync,
S: Sync,
impl<S> Send for Ascii<S> where
S: Send,
S: Send,
impl<S> UnwindSafe for Ascii<S> where
S: UnwindSafe,
S: UnwindSafe,
impl<S> RefUnwindSafe for Ascii<S> where
S: RefUnwindSafe,
S: RefUnwindSafe,
Blanket Implementations
impl<T> From<T> for T
[src]
impl<T> ToString for T where
T: Display + ?Sized,
[src]
T: Display + ?Sized,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,