pub enum TeamType {
Panel,
Inverter,
Geographic,
Installer,
Software,
General,
}Expand description
A category for a Team.
Variants§
Panel
A team for a particular panel brand.
Inverter
A team for a particular inverter brand.
Geographic
A team for a geographic region or location.
Installer
A team for a particular installer.
Software
A team for a specific piece of software.
General
A general team.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for TeamType
impl<'de> Deserialize<'de> for TeamType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for TeamType
impl RefUnwindSafe for TeamType
impl Send for TeamType
impl Sync for TeamType
impl Unpin for TeamType
impl UnwindSafe for TeamType
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