pub struct TextStyleId(pub TypeId);
Tuple Fields§
§0: TypeId
Implementations§
Trait Implementations§
Source§impl Clone for TextStyleId
impl Clone for TextStyleId
Source§fn clone(&self) -> TextStyleId
fn clone(&self) -> TextStyleId
Returns a copy 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 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
impl Copy for TextStyleId
impl Eq for TextStyleId
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 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