pub struct CanChiInfo {
pub day: CanChi,
pub month: CanChi,
pub year: CanChi,
pub full: String,
}Expand description
Can Chi information for day, month, and year
Fields§
§day: CanChi§month: CanChi§year: CanChi§full: StringTrait Implementations§
Source§impl Clone for CanChiInfo
impl Clone for CanChiInfo
Source§fn clone(&self) -> CanChiInfo
fn clone(&self) -> CanChiInfo
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 CanChiInfo
impl RefUnwindSafe for CanChiInfo
impl Send for CanChiInfo
impl Sync for CanChiInfo
impl Unpin for CanChiInfo
impl UnsafeUnpin for CanChiInfo
impl UnwindSafe for CanChiInfo
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