pub enum LinkMode {
Manager,
Worker,
}
Expand description
The mode of a VEXlink-configured radio.
Variants§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for LinkMode
impl<'de> Deserialize<'de> for LinkMode
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
Source§impl Ord for LinkMode
impl Ord for LinkMode
Source§impl PartialOrd for LinkMode
impl PartialOrd for LinkMode
impl Copy for LinkMode
impl Eq for LinkMode
impl StructuralPartialEq for LinkMode
Auto Trait Implementations§
impl Freeze for LinkMode
impl RefUnwindSafe for LinkMode
impl Send for LinkMode
impl Sync for LinkMode
impl Unpin for LinkMode
impl UnwindSafe for LinkMode
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