pub struct CompositeTextId(pub usize);Tuple Fields§
§0: usizeTrait Implementations§
Source§impl Clone for CompositeTextId
impl Clone for CompositeTextId
Source§fn clone(&self) -> CompositeTextId
fn clone(&self) -> CompositeTextId
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 CompositeTextId
Source§impl Debug for CompositeTextId
impl Debug for CompositeTextId
impl Eq for CompositeTextId
Source§impl Hash for CompositeTextId
impl Hash for CompositeTextId
Source§impl PartialEq for CompositeTextId
impl PartialEq for CompositeTextId
Source§fn eq(&self, other: &CompositeTextId) -> bool
fn eq(&self, other: &CompositeTextId) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CompositeTextId
Auto Trait Implementations§
impl Freeze for CompositeTextId
impl RefUnwindSafe for CompositeTextId
impl Send for CompositeTextId
impl Sync for CompositeTextId
impl Unpin for CompositeTextId
impl UnsafeUnpin for CompositeTextId
impl UnwindSafe for CompositeTextId
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