pub struct FissionDefaultDesignSystem;Trait Implementations§
Source§impl DesignSystem for FissionDefaultDesignSystem
impl DesignSystem for FissionDefaultDesignSystem
fn info() -> &'static DesignSystemInfo
fn tokens() -> &'static DesignTokenSet
fn components() -> &'static [DesignComponentSpec]
fn patterns() -> &'static [DesignPatternSpec]
fn assets() -> &'static DesignAssetManifest
fn theme_ref(mode: DesignMode) -> &'static Theme
fn theme(mode: DesignMode) -> Theme
Auto Trait Implementations§
impl Freeze for FissionDefaultDesignSystem
impl RefUnwindSafe for FissionDefaultDesignSystem
impl Send for FissionDefaultDesignSystem
impl Sync for FissionDefaultDesignSystem
impl Unpin for FissionDefaultDesignSystem
impl UnsafeUnpin for FissionDefaultDesignSystem
impl UnwindSafe for FissionDefaultDesignSystem
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