Struct icu::properties::provider::IdsBinaryOperatorV1Marker
source · [−]pub struct IdsBinaryOperatorV1Marker;
Expand description
Data marker for the ‘IDSB’ Unicode property
Trait Implementations
sourceimpl Bake for IdsBinaryOperatorV1Marker
impl Bake for IdsBinaryOperatorV1Marker
sourcefn bake(&self, env: &CrateEnv) -> TokenStream
fn bake(&self, env: &CrateEnv) -> TokenStream
Returns a TokenStream
that would evaluate to self
. Read more
sourceimpl DataMarker for IdsBinaryOperatorV1Marker
impl DataMarker for IdsBinaryOperatorV1Marker
type Yokeable = PropertyCodePointSetV1<'static>
type Yokeable = PropertyCodePointSetV1<'static>
sourceimpl Default for IdsBinaryOperatorV1Marker
impl Default for IdsBinaryOperatorV1Marker
sourcefn default() -> IdsBinaryOperatorV1Marker
fn default() -> IdsBinaryOperatorV1Marker
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for IdsBinaryOperatorV1Marker
impl Send for IdsBinaryOperatorV1Marker
impl Sync for IdsBinaryOperatorV1Marker
impl Unpin for IdsBinaryOperatorV1Marker
impl UnwindSafe for IdsBinaryOperatorV1Marker
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more