pub struct SymbolMapping { /* private fields */ }
Implementations§
Source§impl SymbolMapping
impl SymbolMapping
pub fn canonical_ascii(&self) -> &str
pub fn ascii_query(&self) -> String
pub fn unicode_query(&self) -> String
Trait Implementations§
Source§impl Debug for SymbolMapping
impl Debug for SymbolMapping
Source§impl<'de> Deserialize<'de> for SymbolMapping
impl<'de> Deserialize<'de> for SymbolMapping
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for SymbolMapping
impl RefUnwindSafe for SymbolMapping
impl Send for SymbolMapping
impl Sync for SymbolMapping
impl Unpin for SymbolMapping
impl UnwindSafe for SymbolMapping
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more