pub struct GetFavorContentResponse {
pub fav_id: i64,
pub status: i32,
pub flag: i32,
pub update_time: i64,
pub content: String,
}Fields§
§fav_id: i64§status: i32§flag: i32§update_time: i64§content: StringTrait Implementations§
Source§impl Clone for GetFavorContentResponse
impl Clone for GetFavorContentResponse
Source§fn clone(&self) -> GetFavorContentResponse
fn clone(&self) -> GetFavorContentResponse
Returns a duplicate of the value. Read more
1.0.0 · 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 GetFavorContentResponse
impl Debug for GetFavorContentResponse
Source§impl Default for GetFavorContentResponse
impl Default for GetFavorContentResponse
Source§fn default() -> GetFavorContentResponse
fn default() -> GetFavorContentResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetFavorContentResponse
impl<'de> Deserialize<'de> for GetFavorContentResponse
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 GetFavorContentResponse
impl RefUnwindSafe for GetFavorContentResponse
impl Send for GetFavorContentResponse
impl Sync for GetFavorContentResponse
impl Unpin for GetFavorContentResponse
impl UnwindSafe for GetFavorContentResponse
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