pub struct TokenPath(/* private fields */);Expand description
A hierarchical token path such as color.background.primary.
Implementations§
Trait Implementations§
impl Eq for TokenPath
impl StructuralPartialEq for TokenPath
Auto Trait Implementations§
impl Freeze for TokenPath
impl RefUnwindSafe for TokenPath
impl Send for TokenPath
impl Sync for TokenPath
impl Unpin for TokenPath
impl UnsafeUnpin for TokenPath
impl UnwindSafe for TokenPath
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