pub struct StyleMarker;Expand description
Phantom marker for style indices.
Auto Trait Implementations§
impl Freeze for StyleMarker
impl RefUnwindSafe for StyleMarker
impl Send for StyleMarker
impl Sync for StyleMarker
impl Unpin for StyleMarker
impl UnwindSafe for StyleMarker
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