pub struct StatusLabel {
pub role: Role,
pub text: String,
}Fields§
§role: Role§text: StringTrait Implementations§
Source§impl Clone for StatusLabel
impl Clone for StatusLabel
Source§fn clone(&self) -> StatusLabel
fn clone(&self) -> StatusLabel
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 StatusLabel
impl Debug for StatusLabel
Auto Trait Implementations§
impl Freeze for StatusLabel
impl RefUnwindSafe for StatusLabel
impl Send for StatusLabel
impl Sync for StatusLabel
impl Unpin for StatusLabel
impl UnsafeUnpin for StatusLabel
impl UnwindSafe for StatusLabel
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