[−][src]Enum opencc_rust::DefaultConfig
Default configs.
Variants
Simplified Chinese to Traditional Chinese
Traditional Chinese to Simplified Chinese
Simplified Chinese to Traditional Chinese (Taiwan Standard)
Traditional Chinese (Taiwan Standard) to Simplified Chinese
Simplified Chinese to Traditional Chinese (Hong Kong Standard)
Traditional Chinese (Hong Kong Standard) to Simplified Chinese
Simplified Chinese to Traditional Chinese (Taiwan Standard) with Taiwanese idiom
Traditional Chinese (Taiwan Standard) to Simplified Chinese with Mainland Chinese idiom
Traditional Chinese (OpenCC Standard) to Taiwan Standard
Traditional Chinese (OpenCC Standard) to Hong Kong Standard
New Japanese Kanji (Shinjitai) to Traditional Chinese Characters (Kyūjitai)
Traditional Chinese Characters (Kyūjitai) to New Japanese Kanji (Shinjitai)
Implementations
impl DefaultConfig
[src]
pub fn get_file_name(self) -> &'static str
[src]
Get the file name for this default config.
Trait Implementations
impl AsRef<Path> for DefaultConfig
[src]
impl AsRef<str> for DefaultConfig
[src]
impl Clone for DefaultConfig
[src]
fn clone(&self) -> DefaultConfig
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for DefaultConfig
[src]
impl Debug for DefaultConfig
[src]
Auto Trait Implementations
impl RefUnwindSafe for DefaultConfig
impl Send for DefaultConfig
impl Sync for DefaultConfig
impl Unpin for DefaultConfig
impl UnwindSafe for DefaultConfig
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> EndsWithCaseless for T where
T: AsRef<str>,
T: AsRef<str>,
fn ends_with_caseless_ascii<S>(&self, s: S) -> bool where
S: AsRef<str>,
S: AsRef<str>,
fn ends_with_caseless<S>(&self, s: S) -> bool where
S: AsRef<str>,
S: AsRef<str>,
impl<T> EndsWithCaselessMultiple for T where
T: AsRef<str>,
T: AsRef<str>,
fn ends_with_caseless_ascii_multiple<S>(&self, s: &[S]) -> Option<usize> where
S: AsRef<str>,
S: AsRef<str>,
fn ends_with_caseless_multiple<S>(&self, _s: S) -> Option<usize> where
S: AsRef<str>,
S: AsRef<str>,
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> StartsWithCaseless for T where
T: AsRef<str>,
T: AsRef<str>,
fn starts_with_caseless_ascii<S>(&self, s: S) -> bool where
S: AsRef<str>,
S: AsRef<str>,
fn starts_with_caseless<S>(&self, s: S) -> bool where
S: AsRef<str>,
S: AsRef<str>,
impl<T> StartsWithCaselessMultiple for T where
T: AsRef<str>,
T: AsRef<str>,
fn starts_with_caseless_ascii_multiple<S>(&self, s: &[S]) -> Option<usize> where
S: AsRef<str>,
S: AsRef<str>,
fn starts_with_caseless_multiple<S>(&self, _s: S) -> Option<usize> where
S: AsRef<str>,
S: AsRef<str>,
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> 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>,