pub struct UserInterfaceSystemCache { /* private fields */ }
Implementations§
Source§impl UserInterfaceSystemCache
impl UserInterfaceSystemCache
pub fn theme(&self, id: &str) -> Option<&ThemeProps>
Trait Implementations§
Source§impl Default for UserInterfaceSystemCache
impl Default for UserInterfaceSystemCache
Source§fn default() -> UserInterfaceSystemCache
fn default() -> UserInterfaceSystemCache
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for UserInterfaceSystemCache
impl RefUnwindSafe for UserInterfaceSystemCache
impl Send for UserInterfaceSystemCache
impl Sync for UserInterfaceSystemCache
impl Unpin for UserInterfaceSystemCache
impl UnwindSafe for UserInterfaceSystemCache
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