pub struct MatchButtons {
pub button: Vec<MenuButton>,
pub menuid: Option<u32>,
pub matchrule: Option<MatchRule>,
}Fields§
§matchrule: Option<MatchRule>Trait Implementations§
Source§impl Debug for MatchButtons
impl Debug for MatchButtons
Source§impl<'de> Deserialize<'de> for MatchButtons
impl<'de> Deserialize<'de> for MatchButtons
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 MatchButtons
impl RefUnwindSafe for MatchButtons
impl Send for MatchButtons
impl Sync for MatchButtons
impl Unpin for MatchButtons
impl UnsafeUnpin for MatchButtons
impl UnwindSafe for MatchButtons
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