Struct gr::cmds::trending::TrendingProject
source · pub struct TrendingProject {
pub url: String,
pub description: String,
}Fields§
§url: String§description: StringImplementations§
Trait Implementations§
source§impl Clone for TrendingProject
impl Clone for TrendingProject
source§fn clone(&self) -> TrendingProject
fn clone(&self) -> TrendingProject
Returns a copy 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 From<TrendingProject> for DisplayBody
impl From<TrendingProject> for DisplayBody
source§fn from(trpr: TrendingProject) -> Self
fn from(trpr: TrendingProject) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for TrendingProject
impl RefUnwindSafe for TrendingProject
impl Send for TrendingProject
impl Sync for TrendingProject
impl Unpin for TrendingProject
impl UnwindSafe for TrendingProject
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