pub struct AgeElement {
pub span: Span,
pub date: String,
}Expand description
나이 계산 [age(…)]
Fields§
§span: Span§date: StringTrait Implementations§
Source§impl Clone for AgeElement
impl Clone for AgeElement
Source§fn clone(&self) -> AgeElement
fn clone(&self) -> AgeElement
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 AgeElement
impl Debug for AgeElement
Auto Trait Implementations§
impl Freeze for AgeElement
impl RefUnwindSafe for AgeElement
impl Send for AgeElement
impl Sync for AgeElement
impl Unpin for AgeElement
impl UnwindSafe for AgeElement
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