pub struct StyleVarToken<'a> { /* private fields */ }Implementations§
Source§impl StyleVarToken<'_>
impl StyleVarToken<'_>
Trait Implementations§
Source§impl Drop for StyleVarToken<'_>
impl Drop for StyleVarToken<'_>
Auto Trait Implementations§
impl<'a> Freeze for StyleVarToken<'a>
impl<'a> RefUnwindSafe for StyleVarToken<'a>
impl<'a> Send for StyleVarToken<'a>
impl<'a> Sync for StyleVarToken<'a>
impl<'a> Unpin for StyleVarToken<'a>
impl<'a> UnsafeUnpin for StyleVarToken<'a>
impl<'a> UnwindSafe for StyleVarToken<'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