pub struct ChipCatalog;Implementations§
Source§impl ChipCatalog
impl ChipCatalog
pub fn available_chips() -> Vec<&'static str>
pub fn is_valid_chip(chip: &str) -> bool
Auto Trait Implementations§
impl Freeze for ChipCatalog
impl RefUnwindSafe for ChipCatalog
impl Send for ChipCatalog
impl Sync for ChipCatalog
impl Unpin for ChipCatalog
impl UnwindSafe for ChipCatalog
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