Struct icu_casemap::internals::FoldOptions
source · pub struct FoldOptions {
exclude_special_i: bool,
}
Fields§
§exclude_special_i: bool
Implementations§
source§impl FoldOptions
impl FoldOptions
pub fn with_turkic_mappings() -> Self
Trait Implementations§
source§impl Clone for FoldOptions
impl Clone for FoldOptions
source§fn clone(&self) -> FoldOptions
fn clone(&self) -> FoldOptions
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for FoldOptions
impl Default for FoldOptions
source§fn default() -> FoldOptions
fn default() -> FoldOptions
Returns the “default value” for a type. Read more
impl Copy for FoldOptions
Auto Trait Implementations§
impl Freeze for FoldOptions
impl RefUnwindSafe for FoldOptions
impl Send for FoldOptions
impl Sync for FoldOptions
impl Unpin for FoldOptions
impl UnwindSafe for FoldOptions
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