#[non_exhaustive]pub enum UnicodeBreakType {
Show 48 variants
Mandatory,
CarriageReturn,
LineFeed,
CombiningMark,
Surrogate,
ZeroWidthSpace,
Inseparable,
NonBreakingGlue,
Contingent,
Space,
After,
Before,
BeforeAndAfter,
Hyphen,
NonStarter,
OpenPunctuation,
ClosePunctuation,
Quotation,
Exclamation,
Ideographic,
Numeric,
InfixSeparator,
Symbol,
Alphabetic,
Prefix,
Postfix,
ComplexContext,
Ambiguous,
Unknown,
NextLine,
WordJoiner,
HangulLJamo,
HangulVJamo,
HangulTJamo,
HangulLvSyllable,
HangulLvtSyllable,
CloseParenthesis,
ConditionalJapaneseStarter,
HebrewLetter,
RegionalIndicator,
EmojiBase,
EmojiModifier,
ZeroWidthJoiner,
Aksara,
AksaraPreBase,
AksaraStart,
ViramaFinal,
Virama,
}
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Mandatory
CarriageReturn
LineFeed
CombiningMark
Surrogate
ZeroWidthSpace
Inseparable
NonBreakingGlue
Contingent
Space
After
Before
BeforeAndAfter
Hyphen
NonStarter
OpenPunctuation
ClosePunctuation
Quotation
Exclamation
Ideographic
Numeric
InfixSeparator
Symbol
Alphabetic
Prefix
Postfix
ComplexContext
Ambiguous
Unknown
NextLine
WordJoiner
HangulLJamo
HangulVJamo
HangulTJamo
HangulLvSyllable
HangulLvtSyllable
CloseParenthesis
ConditionalJapaneseStarter
HebrewLetter
RegionalIndicator
EmojiBase
EmojiModifier
ZeroWidthJoiner
Aksara
Available on crate feature
v2_80
only.AksaraPreBase
Available on crate feature
v2_80
only.AksaraStart
Available on crate feature
v2_80
only.ViramaFinal
Available on crate feature
v2_80
only.Virama
Available on crate feature
v2_80
only.Trait Implementations§
Source§impl Clone for UnicodeBreakType
impl Clone for UnicodeBreakType
Source§fn clone(&self) -> UnicodeBreakType
fn clone(&self) -> UnicodeBreakType
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 Debug for UnicodeBreakType
impl Debug for UnicodeBreakType
Source§impl From<UnicodeBreakType> for Value
impl From<UnicodeBreakType> for Value
Source§fn from(v: UnicodeBreakType) -> Self
fn from(v: UnicodeBreakType) -> Self
Converts to this type from the input type.
Source§impl<'a> FromValue<'a> for UnicodeBreakType
impl<'a> FromValue<'a> for UnicodeBreakType
Source§type Checker = GenericValueTypeChecker<UnicodeBreakType>
type Checker = GenericValueTypeChecker<UnicodeBreakType>
Value type checker.
Source§unsafe fn from_value(value: &'a Value) -> Self
unsafe fn from_value(value: &'a Value) -> Self
Get the contained value from a
Value
. Read moreSource§impl HasParamSpec for UnicodeBreakType
impl HasParamSpec for UnicodeBreakType
type ParamSpec = ParamSpecEnum
Source§type SetValue = UnicodeBreakType
type SetValue = UnicodeBreakType
Preferred value to be used as setter for the associated ParamSpec.
type BuilderFn = fn(_: &str, _: UnicodeBreakType) -> ParamSpecEnumBuilder<'_, UnicodeBreakType>
fn param_spec_builder() -> Self::BuilderFn
Source§impl Hash for UnicodeBreakType
impl Hash for UnicodeBreakType
Source§impl Ord for UnicodeBreakType
impl Ord for UnicodeBreakType
Source§fn cmp(&self, other: &UnicodeBreakType) -> Ordering
fn cmp(&self, other: &UnicodeBreakType) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for UnicodeBreakType
impl PartialEq for UnicodeBreakType
Source§impl PartialOrd for UnicodeBreakType
impl PartialOrd for UnicodeBreakType
Source§impl StaticType for UnicodeBreakType
impl StaticType for UnicodeBreakType
Source§fn static_type() -> Type
fn static_type() -> Type
Returns the type identifier of
Self
.Source§impl ToValue for UnicodeBreakType
impl ToValue for UnicodeBreakType
Source§impl ValueType for UnicodeBreakType
impl ValueType for UnicodeBreakType
Source§type Type = UnicodeBreakType
type Type = UnicodeBreakType
Type to get the
Type
from. Read moreimpl Copy for UnicodeBreakType
impl Eq for UnicodeBreakType
impl StructuralPartialEq for UnicodeBreakType
Auto Trait Implementations§
impl Freeze for UnicodeBreakType
impl RefUnwindSafe for UnicodeBreakType
impl Send for UnicodeBreakType
impl Sync for UnicodeBreakType
impl Unpin for UnicodeBreakType
impl UnwindSafe for UnicodeBreakType
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)Source§impl<T> IntoClosureReturnValue for T
impl<T> IntoClosureReturnValue for T
fn into_closure_return_value(self) -> Option<Value>
Source§impl<T> PropertyGet for Twhere
T: HasParamSpec,
impl<T> PropertyGet for Twhere
T: HasParamSpec,
Source§impl<T> StaticTypeExt for Twhere
T: StaticType,
impl<T> StaticTypeExt for Twhere
T: StaticType,
Source§fn ensure_type()
fn ensure_type()
Ensures that the type has been registered with the type system.
Source§impl<T> ToSendValue for T
impl<T> ToSendValue for T
Source§fn to_send_value(&self) -> SendValue
fn to_send_value(&self) -> SendValue
Returns a
SendValue
clone of self
.