pub enum Plate {
Alpha,
Num,
Unknown,
}Variants§
Auto Trait Implementations§
impl Freeze for Plate
impl RefUnwindSafe for Plate
impl Send for Plate
impl Sync for Plate
impl Unpin for Plate
impl UnsafeUnpin for Plate
impl UnwindSafe for Plate
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