pub struct UpowerLotteryDesc {
pub jump_url: String,
pub style: i64,
pub text: String,
}Fields§
§jump_url: String跳转 URL
style: i64样式
text: String文字
Trait Implementations§
Source§impl Clone for UpowerLotteryDesc
impl Clone for UpowerLotteryDesc
Source§fn clone(&self) -> UpowerLotteryDesc
fn clone(&self) -> UpowerLotteryDesc
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 UpowerLotteryDesc
impl Debug for UpowerLotteryDesc
Source§impl Default for UpowerLotteryDesc
impl Default for UpowerLotteryDesc
Source§fn default() -> UpowerLotteryDesc
fn default() -> UpowerLotteryDesc
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpowerLotteryDesc
impl<'de> Deserialize<'de> for UpowerLotteryDesc
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 UpowerLotteryDesc
impl PartialEq for UpowerLotteryDesc
Source§fn eq(&self, other: &UpowerLotteryDesc) -> bool
fn eq(&self, other: &UpowerLotteryDesc) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for UpowerLotteryDesc
impl Serialize for UpowerLotteryDesc
impl StructuralPartialEq for UpowerLotteryDesc
Auto Trait Implementations§
impl Freeze for UpowerLotteryDesc
impl RefUnwindSafe for UpowerLotteryDesc
impl Send for UpowerLotteryDesc
impl Sync for UpowerLotteryDesc
impl Unpin for UpowerLotteryDesc
impl UnsafeUnpin for UpowerLotteryDesc
impl UnwindSafe for UpowerLotteryDesc
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