pub struct TimeNowElement {
pub span: Span,
}Expand description
현재 시간 [now]
Fields§
§span: SpanTrait Implementations§
Source§impl Clone for TimeNowElement
impl Clone for TimeNowElement
Source§fn clone(&self) -> TimeNowElement
fn clone(&self) -> TimeNowElement
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 TimeNowElement
impl Debug for TimeNowElement
Auto Trait Implementations§
impl Freeze for TimeNowElement
impl RefUnwindSafe for TimeNowElement
impl Send for TimeNowElement
impl Sync for TimeNowElement
impl Unpin for TimeNowElement
impl UnwindSafe for TimeNowElement
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