pub struct StatusBarProps {
pub content: String,
}Fields§
§content: StringTrait Implementations§
Source§impl Clone for StatusBarProps
impl Clone for StatusBarProps
Source§fn clone(&self) -> StatusBarProps
fn clone(&self) -> StatusBarProps
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for StatusBarProps
impl Debug for StatusBarProps
Source§impl PartialEq for StatusBarProps
impl PartialEq for StatusBarProps
impl Eq for StatusBarProps
impl StructuralPartialEq 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