pub struct TextStyleId(pub TypeId);Tuple Fields§
§0: TypeIdImplementations§
Trait Implementations§
Source§impl Clone for TextStyleId
impl Clone for TextStyleId
Source§fn clone(&self) -> TextStyleId
fn clone(&self) -> TextStyleId
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 TextStyleId
impl Eq for TextStyleId
Source§impl Hash for TextStyleId
impl Hash for TextStyleId
Source§impl Into<TextStyleId> for UniqueId
impl Into<TextStyleId> for UniqueId
Source§fn into(self) -> TextStyleId
fn into(self) -> TextStyleId
Converts this type into the (usually inferred) input type.
Source§impl PartialEq for TextStyleId
impl PartialEq for TextStyleId
Source§fn eq(&self, other: &TextStyleId) -> bool
fn eq(&self, other: &TextStyleId) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TextStyleId
Auto Trait Implementations§
impl Freeze for TextStyleId
impl RefUnwindSafe for TextStyleId
impl Send for TextStyleId
impl Sync for TextStyleId
impl Unpin for TextStyleId
impl UnsafeUnpin for TextStyleId
impl UnwindSafe for TextStyleId
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