pub struct Pendant {
pub pid: i64,
pub name: String,
pub image: String,
pub expire: i64,
pub image_enhance: String,
pub image_enhance_frame: String,
}Fields§
§pid: i64§name: String§image: String§expire: i64§image_enhance: String§image_enhance_frame: StringTrait Implementations§
Source§impl<'de> Deserialize<'de> for Pendant
impl<'de> Deserialize<'de> for Pendant
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 Pendant
impl RefUnwindSafe for Pendant
impl Send for Pendant
impl Sync for Pendant
impl Unpin for Pendant
impl UnwindSafe for Pendant
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