pub struct ProjectHit {
pub slug: String,
pub title: String,
pub project_type: String,
pub author: String,
pub downloads: i32,
}Fields§
§slug: String§title: String§project_type: String§downloads: i32Trait Implementations§
Source§impl Debug for ProjectHit
impl Debug for ProjectHit
Source§impl<'de> Deserialize<'de> for ProjectHit
impl<'de> Deserialize<'de> for ProjectHit
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 ProjectHit
impl RefUnwindSafe for ProjectHit
impl Send for ProjectHit
impl Sync for ProjectHit
impl Unpin for ProjectHit
impl UnsafeUnpin for ProjectHit
impl UnwindSafe for ProjectHit
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