pub struct StyleVarToken { /* private fields */ }Expand description
Token for managing style variable changes
Implementations§
Source§impl StyleVarToken
impl StyleVarToken
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StyleVarToken
impl RefUnwindSafe for StyleVarToken
impl Send for StyleVarToken
impl Sync for StyleVarToken
impl Unpin for StyleVarToken
impl UnwindSafe for StyleVarToken
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