pub struct ResumeProjects(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for ResumeProjects
impl Clone for ResumeProjects
Source§fn clone(&self) -> ResumeProjects
fn clone(&self) -> ResumeProjects
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 ResumeProjects
impl Debug for ResumeProjects
Source§impl From<Vec<ResumeProject>> for ResumeProjects
impl From<Vec<ResumeProject>> for ResumeProjects
Source§fn from(x: Vec<ResumeProject>) -> Self
fn from(x: Vec<ResumeProject>) -> Self
Converts to this type from the input type.
Source§impl LatexSectionItem for ResumeProjects
impl LatexSectionItem for ResumeProjects
fn render_latex_snippet(&self) -> String
Auto Trait Implementations§
impl Freeze for ResumeProjects
impl RefUnwindSafe for ResumeProjects
impl Send for ResumeProjects
impl Sync for ResumeProjects
impl Unpin for ResumeProjects
impl UnwindSafe for ResumeProjects
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