pub struct UpowerLotteryButton {
pub check: UpowerLotteryButtonCheck,
pub status: i64,
pub type_field: i64,
}Fields§
§check: UpowerLotteryButtonCheck选中状态
status: i64状态
type_field: i64类型: 0, 1, 2
Trait Implementations§
Source§impl Clone for UpowerLotteryButton
impl Clone for UpowerLotteryButton
Source§fn clone(&self) -> UpowerLotteryButton
fn clone(&self) -> UpowerLotteryButton
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 UpowerLotteryButton
impl Debug for UpowerLotteryButton
Source§impl Default for UpowerLotteryButton
impl Default for UpowerLotteryButton
Source§fn default() -> UpowerLotteryButton
fn default() -> UpowerLotteryButton
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpowerLotteryButton
impl<'de> Deserialize<'de> for UpowerLotteryButton
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 PartialEq for UpowerLotteryButton
impl PartialEq for UpowerLotteryButton
Source§fn eq(&self, other: &UpowerLotteryButton) -> bool
fn eq(&self, other: &UpowerLotteryButton) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for UpowerLotteryButton
impl Serialize for UpowerLotteryButton
impl StructuralPartialEq for UpowerLotteryButton
Auto Trait Implementations§
impl Freeze for UpowerLotteryButton
impl RefUnwindSafe for UpowerLotteryButton
impl Send for UpowerLotteryButton
impl Sync for UpowerLotteryButton
impl Unpin for UpowerLotteryButton
impl UnsafeUnpin for UpowerLotteryButton
impl UnwindSafe for UpowerLotteryButton
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