#[repr(C)]pub struct SourceText<Unit> {
pub units_: *const Unit,
pub length_: u32,
pub ownsUnits_: bool,
pub _phantom_0: PhantomData<UnsafeCell<Unit>>,
}
Fields§
§units_: *const Unit
|char16_t| or |Utf8Unit| source units of uncertain validity.
length_: u32
The length in code units of |units_|.
ownsUnits_: bool
Whether this owns |units_| or merely observes source units owned by some other object.
_phantom_0: PhantomData<UnsafeCell<Unit>>
Trait Implementations§
source§impl<Unit> Debug for SourceText<Unit>where
Unit: Debug,
impl<Unit> Debug for SourceText<Unit>where
Unit: Debug,
source§impl<Unit> PartialEq for SourceText<Unit>where
Unit: PartialEq,
impl<Unit> PartialEq for SourceText<Unit>where
Unit: PartialEq,
source§fn eq(&self, other: &SourceText<Unit>) -> bool
fn eq(&self, other: &SourceText<Unit>) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl<Unit> StructuralPartialEq for SourceText<Unit>
Auto Trait Implementations§
impl<Unit> Freeze for SourceText<Unit>
impl<Unit> !RefUnwindSafe for SourceText<Unit>
impl<Unit> !Send for SourceText<Unit>
impl<Unit> !Sync for SourceText<Unit>
impl<Unit> Unpin for SourceText<Unit>where
Unit: Unpin,
impl<Unit> UnwindSafe for SourceText<Unit>where
Unit: RefUnwindSafe + UnwindSafe,
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> Filterable for T
impl<T> Filterable for T
source§fn filterable(
self,
filter_name: &'static str,
) -> RequestFilterDataProvider<T, fn(_: DataRequest<'_>) -> bool>
fn filterable( self, filter_name: &'static str, ) -> RequestFilterDataProvider<T, fn(_: DataRequest<'_>) -> bool>
Creates a filterable data provider with the given name for debugging. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§impl<T> MaybeBoxed<Box<T>> for T
impl<T> MaybeBoxed<Box<T>> for T
source§fn maybe_boxed(self) -> Box<T>
fn maybe_boxed(self) -> Box<T>
Convert
source§impl<T> MaybeBoxed<T> for T
impl<T> MaybeBoxed<T> for T
source§fn maybe_boxed(self) -> T
fn maybe_boxed(self) -> T
Convert