pub struct CodeUnitDomain;Expand description
A domain whose symbols and offsets are exact UTF-16 code units.
Trait Implementations§
Source§impl Clone for CodeUnitDomain
impl Clone for CodeUnitDomain
Source§fn clone(&self) -> CodeUnitDomain
fn clone(&self) -> CodeUnitDomain
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CodeUnitDomain
Source§impl Debug for CodeUnitDomain
impl Debug for CodeUnitDomain
Source§impl Default for CodeUnitDomain
impl Default for CodeUnitDomain
Source§fn default() -> CodeUnitDomain
fn default() -> CodeUnitDomain
Returns the “default value” for a type. Read more
impl Eq for CodeUnitDomain
Source§impl PartialEq for CodeUnitDomain
impl PartialEq for CodeUnitDomain
impl StructuralPartialEq for CodeUnitDomain
Source§impl SymbolDomain for CodeUnitDomain
impl SymbolDomain for CodeUnitDomain
Auto Trait Implementations§
impl Freeze for CodeUnitDomain
impl RefUnwindSafe for CodeUnitDomain
impl Send for CodeUnitDomain
impl Sync for CodeUnitDomain
impl Unpin for CodeUnitDomain
impl UnsafeUnpin for CodeUnitDomain
impl UnwindSafe for CodeUnitDomain
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