pub enum ForeignGraphemesPolicy {
Include,
Exclude,
}Variants§
Trait Implementations§
Source§impl Clone for ForeignGraphemesPolicy
impl Clone for ForeignGraphemesPolicy
Source§fn clone(&self) -> ForeignGraphemesPolicy
fn clone(&self) -> ForeignGraphemesPolicy
Returns a duplicate 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 Debug for ForeignGraphemesPolicy
impl Debug for ForeignGraphemesPolicy
impl Copy for ForeignGraphemesPolicy
Auto Trait Implementations§
impl Freeze for ForeignGraphemesPolicy
impl RefUnwindSafe for ForeignGraphemesPolicy
impl Send for ForeignGraphemesPolicy
impl Sync for ForeignGraphemesPolicy
impl Unpin for ForeignGraphemesPolicy
impl UnsafeUnpin for ForeignGraphemesPolicy
impl UnwindSafe for ForeignGraphemesPolicy
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