pub struct EntitySpanUtf16 { /* private fields */ }
Trait Implementations§
Source§impl Clone for EntitySpanUtf16
impl Clone for EntitySpanUtf16
Source§fn clone(&self) -> EntitySpanUtf16
fn clone(&self) -> EntitySpanUtf16
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 EntitySpanUtf16
impl Debug for EntitySpanUtf16
Source§impl<'de> Deserialize<'de> for EntitySpanUtf16
impl<'de> Deserialize<'de> for EntitySpanUtf16
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for EntitySpanUtf16
impl PartialEq for EntitySpanUtf16
Source§impl Serialize for EntitySpanUtf16
impl Serialize for EntitySpanUtf16
impl StructuralPartialEq for EntitySpanUtf16
Auto Trait Implementations§
impl Freeze for EntitySpanUtf16
impl RefUnwindSafe for EntitySpanUtf16
impl Send for EntitySpanUtf16
impl Sync for EntitySpanUtf16
impl Unpin for EntitySpanUtf16
impl UnwindSafe for EntitySpanUtf16
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