pub enum RatingSize {
Small,
Medium,
Large,
}Variants§
Trait Implementations§
Source§impl Clone for RatingSize
impl Clone for RatingSize
Source§fn clone(&self) -> RatingSize
fn clone(&self) -> RatingSize
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 RatingSize
impl Debug for RatingSize
Source§impl PartialEq for RatingSize
impl PartialEq for RatingSize
impl Copy for RatingSize
impl StructuralPartialEq for RatingSize
Auto Trait Implementations§
impl Freeze for RatingSize
impl RefUnwindSafe for RatingSize
impl Send for RatingSize
impl Sync for RatingSize
impl Unpin for RatingSize
impl UnwindSafe for RatingSize
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