pub struct Rating {
pub value: f32,
pub max: i32,
pub size: RatingSize,
pub readonly: bool,
pub color: String,
}Fields§
§value: f32§max: i32§size: RatingSize§readonly: bool§color: StringImplementations§
Trait Implementations§
impl StructuralPartialEq for Rating
Auto Trait Implementations§
impl Freeze for Rating
impl RefUnwindSafe for Rating
impl Send for Rating
impl Sync for Rating
impl Unpin for Rating
impl UnwindSafe for Rating
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