pub enum BoardType {
Show 14 variants
Unknown,
Other,
ServerBlade,
ConnectivitySwitch,
SystemManagementModule,
ProcessorModule,
IOModule,
MemoryModule,
Daughterboard,
Motherboard,
ProcessorMemoryModule,
ProcessorIOModule,
InterconnectBoard,
None,
}
Expand description
Variants§
Unknown
Unknown
Other
Other
ServerBlade
Server Blade
ConnectivitySwitch
Connectivity Switch
SystemManagementModule
System Management Module
ProcessorModule
Processor Module
IOModule
I/O Module
MemoryModule
Memory Module
Daughterboard
Daughter board
Motherboard
Motherboard (includes processor, memory, and I/O)
ProcessorMemoryModule
Processor/Memory Module
ProcessorIOModule
Processor/IO Module
InterconnectBoard
Interconnect board
None
A value unknown to this standard, check the raw value
Trait Implementations§
source§impl PartialEq<BoardType> for BoardType
impl PartialEq<BoardType> for BoardType
impl Eq for BoardType
impl StructuralEq for BoardType
impl StructuralPartialEq for BoardType
Auto Trait Implementations§
impl RefUnwindSafe for BoardType
impl Send for BoardType
impl Sync for BoardType
impl Unpin for BoardType
impl UnwindSafe for BoardType
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