pub struct FissionFluent2DesignSystem;Trait Implementations§
Source§impl DesignSystem for FissionFluent2DesignSystem
impl DesignSystem for FissionFluent2DesignSystem
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 FissionFluent2DesignSystem
impl RefUnwindSafe for FissionFluent2DesignSystem
impl Send for FissionFluent2DesignSystem
impl Sync for FissionFluent2DesignSystem
impl Unpin for FissionFluent2DesignSystem
impl UnsafeUnpin for FissionFluent2DesignSystem
impl UnwindSafe for FissionFluent2DesignSystem
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