pub struct StyleStackToken<'a>(/* private fields */);
Expand description
Tracks a style pushed to the style stack that can be popped by calling .end()
or by dropping.
Implementations§
Source§impl<'a> StyleStackToken<'a>
impl<'a> StyleStackToken<'a>
Source§impl StyleStackToken<'_>
impl StyleStackToken<'_>
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for StyleStackToken<'a>
impl<'a> !RefUnwindSafe for StyleStackToken<'a>
impl<'a> !Send for StyleStackToken<'a>
impl<'a> !Sync for StyleStackToken<'a>
impl<'a> Unpin for StyleStackToken<'a>
impl<'a> !UnwindSafe for StyleStackToken<'a>
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