pub struct DateDetail {
pub description: String,
pub color: Option<String>,
}Fields§
§description: String§color: Option<String>Trait Implementations§
Source§impl Clone for DateDetail
impl Clone for DateDetail
Source§fn clone(&self) -> DateDetail
fn clone(&self) -> DateDetail
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 moreAuto Trait Implementations§
impl Freeze for DateDetail
impl RefUnwindSafe for DateDetail
impl Send for DateDetail
impl Sync for DateDetail
impl Unpin for DateDetail
impl UnwindSafe for DateDetail
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