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