pub struct LabelProps {
pub label: String,
}Fields§
§label: StringTrait Implementations§
Source§impl Clone for LabelProps
impl Clone for LabelProps
Source§fn clone(&self) -> LabelProps
fn clone(&self) -> LabelProps
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 PartialEq for LabelProps
impl PartialEq for LabelProps
Source§impl Properties for LabelProps
impl Properties for LabelProps
impl StructuralPartialEq for LabelProps
Auto Trait Implementations§
impl Freeze for LabelProps
impl RefUnwindSafe for LabelProps
impl Send for LabelProps
impl Sync for LabelProps
impl Unpin for LabelProps
impl UnsafeUnpin for LabelProps
impl UnwindSafe for LabelProps
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