pub struct Va {
pub alexa: Option<bool>,
pub macros: Option<[u8; 2]>,
pub p: Option<u8>,
}
Fields§
§alexa: Option<bool>
enable device discovery by Amazon Echo
macros: Option<[u8; 2]>
[macroAlexaOn, macroAlexaOff]
p: Option<u8>
number of presets to expose to Alexa, starting from preset 1, up to 9
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Va
impl<'de> Deserialize<'de> for Va
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
impl StructuralPartialEq for Va
Auto Trait Implementations§
impl Freeze for Va
impl RefUnwindSafe for Va
impl Send for Va
impl Sync for Va
impl Unpin for Va
impl UnwindSafe for Va
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