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