pub struct VipLabel {
pub label_theme: String,
pub path: String,
pub text: String,
}Expand description
VIP标签
Fields§
§label_theme: String标签主题
path: String标签路径
text: String标签文本
Trait Implementations§
Source§impl<'de> Deserialize<'de> for VipLabel
impl<'de> Deserialize<'de> for VipLabel
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 VipLabel
impl RefUnwindSafe for VipLabel
impl Send for VipLabel
impl Sync for VipLabel
impl Unpin for VipLabel
impl UnsafeUnpin for VipLabel
impl UnwindSafe for VipLabel
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