pub struct CanChiSet {
pub day: CanChi,
pub month: CanChi,
pub year: CanChi,
}Fields§
§day: CanChi§month: CanChi§year: CanChiTrait Implementations§
Auto Trait Implementations§
impl Freeze for CanChiSet
impl RefUnwindSafe for CanChiSet
impl Send for CanChiSet
impl Sync for CanChiSet
impl Unpin for CanChiSet
impl UnsafeUnpin for CanChiSet
impl UnwindSafe for CanChiSet
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