pub struct Button;Expand description
Styled Button component.
Implementations§
Source§impl Button
impl Button
Sourcepub fn classes(props: &ButtonProps) -> String
pub fn classes(props: &ButtonProps) -> String
Get the CSS classes for this button configuration.
Sourcepub fn render(props: &ButtonProps) -> RenderOutput
pub fn render(props: &ButtonProps) -> RenderOutput
Get the RenderOutput for this button.
Auto Trait Implementations§
impl Freeze for Button
impl RefUnwindSafe for Button
impl Send for Button
impl Sync for Button
impl Unpin for Button
impl UnsafeUnpin for Button
impl UnwindSafe for Button
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