Enum Frl
#[repr(u8)]pub enum Frl {
EMPTY = 0,
QUARTER = 1,
HALF = 2,
FULL = 3,
}Variants§
Implementations§
Trait Implementations§
§impl Ord for Frl
impl Ord for Frl
§impl PartialOrd for Frl
impl PartialOrd for Frl
impl Copy for Frl
impl Eq for Frl
impl StructuralPartialEq for Frl
Auto Trait Implementations§
impl Freeze for Frl
impl RefUnwindSafe for Frl
impl Send for Frl
impl Sync for Frl
impl Unpin for Frl
impl UnwindSafe for Frl
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