pub struct UserInterfaceSystemCache { /* private fields */ }
Implementations
sourceimpl UserInterfaceSystemCache
impl UserInterfaceSystemCache
pub fn theme(&self, id: &str) -> Option<&ThemeProps>
Trait Implementations
sourceimpl Default for UserInterfaceSystemCache
impl Default for UserInterfaceSystemCache
sourcefn default() -> UserInterfaceSystemCache
fn default() -> UserInterfaceSystemCache
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for UserInterfaceSystemCache
impl Send for UserInterfaceSystemCache
impl Sync for UserInterfaceSystemCache
impl Unpin for UserInterfaceSystemCache
impl UnwindSafe for UserInterfaceSystemCache
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more