pub enum PowerCords {
Unspecified,
Count(u8),
}
Expand description
§Number of Power Cords
Variants§
Trait Implementations§
Source§impl Debug for PowerCords
impl Debug for PowerCords
Source§impl From<u8> for PowerCords
impl From<u8> for PowerCords
Auto Trait Implementations§
impl Freeze for PowerCords
impl RefUnwindSafe for PowerCords
impl Send for PowerCords
impl Sync for PowerCords
impl Unpin for PowerCords
impl UnwindSafe for PowerCords
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