pub struct UpowerLotteryButtonCheck {
pub disable: i64,
pub icon_url: String,
pub text: String,
pub toast: String,
}Fields§
§disable: i64是否禁用,1: 禁用
icon_url: String图标 URL
text: String文字
toast: String提示
Trait Implementations§
Source§impl Clone for UpowerLotteryButtonCheck
impl Clone for UpowerLotteryButtonCheck
Source§fn clone(&self) -> UpowerLotteryButtonCheck
fn clone(&self) -> UpowerLotteryButtonCheck
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 UpowerLotteryButtonCheck
impl Debug for UpowerLotteryButtonCheck
Source§impl Default for UpowerLotteryButtonCheck
impl Default for UpowerLotteryButtonCheck
Source§fn default() -> UpowerLotteryButtonCheck
fn default() -> UpowerLotteryButtonCheck
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpowerLotteryButtonCheck
impl<'de> Deserialize<'de> for UpowerLotteryButtonCheck
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 UpowerLotteryButtonCheck
impl PartialEq for UpowerLotteryButtonCheck
Source§fn eq(&self, other: &UpowerLotteryButtonCheck) -> bool
fn eq(&self, other: &UpowerLotteryButtonCheck) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for UpowerLotteryButtonCheck
impl Serialize for UpowerLotteryButtonCheck
impl StructuralPartialEq for UpowerLotteryButtonCheck
Auto Trait Implementations§
impl Freeze for UpowerLotteryButtonCheck
impl RefUnwindSafe for UpowerLotteryButtonCheck
impl Send for UpowerLotteryButtonCheck
impl Sync for UpowerLotteryButtonCheck
impl Unpin for UpowerLotteryButtonCheck
impl UnsafeUnpin for UpowerLotteryButtonCheck
impl UnwindSafe for UpowerLotteryButtonCheck
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