pub struct StatusBarProps {
pub message: String,
}Expand description
Props for the StatusBar component.
Fields§
§message: StringStatus message text
Trait Implementations§
Source§impl Default for StatusBarProps
impl Default for StatusBarProps
Source§fn default() -> StatusBarProps
fn default() -> StatusBarProps
Returns the “default value” for a type. Read more
impl Props for StatusBarProps
Auto Trait Implementations§
impl Freeze for StatusBarProps
impl RefUnwindSafe for StatusBarProps
impl Send for StatusBarProps
impl Sync for StatusBarProps
impl Unpin for StatusBarProps
impl UnsafeUnpin for StatusBarProps
impl UnwindSafe for StatusBarProps
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