pub struct ButtonCondAction {
pub conditions: Option<ButtonCond>,
pub actions: Vec<u8>,
}
Fields§
§conditions: Option<ButtonCond>
§actions: Vec<u8>
Trait Implementations§
Source§impl Clone for ButtonCondAction
impl Clone for ButtonCondAction
Source§fn clone(&self) -> ButtonCondAction
fn clone(&self) -> ButtonCondAction
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ButtonCondAction
impl Debug for ButtonCondAction
Source§impl<'de> Deserialize<'de> for ButtonCondAction
impl<'de> Deserialize<'de> for ButtonCondAction
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 Hash for ButtonCondAction
impl Hash for ButtonCondAction
Source§impl Ord for ButtonCondAction
impl Ord for ButtonCondAction
Source§fn cmp(&self, other: &ButtonCondAction) -> Ordering
fn cmp(&self, other: &ButtonCondAction) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ButtonCondAction
impl PartialEq for ButtonCondAction
Source§impl PartialOrd for ButtonCondAction
impl PartialOrd for ButtonCondAction
Source§impl Serialize for ButtonCondAction
impl Serialize for ButtonCondAction
impl Eq for ButtonCondAction
impl StructuralPartialEq for ButtonCondAction
Auto Trait Implementations§
impl Freeze for ButtonCondAction
impl RefUnwindSafe for ButtonCondAction
impl Send for ButtonCondAction
impl Sync for ButtonCondAction
impl Unpin for ButtonCondAction
impl UnwindSafe for ButtonCondAction
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