#[repr(u32)]pub enum WordBreakType {
Undefined = 0,
Normal = 1,
Break = 2,
}
Variants§
Trait Implementations§
Source§impl Clone for WordBreakType
impl Clone for WordBreakType
Source§fn clone(&self) -> WordBreakType
fn clone(&self) -> WordBreakType
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 WordBreakType
impl Debug for WordBreakType
Source§impl Hash for WordBreakType
impl Hash for WordBreakType
Source§impl PartialEq for WordBreakType
impl PartialEq for WordBreakType
impl Copy for WordBreakType
impl Eq for WordBreakType
impl StructuralPartialEq for WordBreakType
Auto Trait Implementations§
impl Freeze for WordBreakType
impl RefUnwindSafe for WordBreakType
impl Send for WordBreakType
impl Sync for WordBreakType
impl Unpin for WordBreakType
impl UnwindSafe for WordBreakType
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