pub struct BriefEntry {
pub date: String,
pub tool: String,
pub files: Vec<String>,
pub title: String,
}Fields§
§date: String§tool: String§files: Vec<String>§title: StringTrait Implementations§
Source§impl Clone for BriefEntry
impl Clone for BriefEntry
Source§fn clone(&self) -> BriefEntry
fn clone(&self) -> BriefEntry
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for BriefEntry
impl RefUnwindSafe for BriefEntry
impl Send for BriefEntry
impl Sync for BriefEntry
impl Unpin for BriefEntry
impl UnsafeUnpin for BriefEntry
impl UnwindSafe for BriefEntry
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