pub struct FormatEngine { /* private fields */ }Expand description
格式引擎:解析并渲染格式字符串
预编译格式字符串为片段列表,生成单号时填充日期和序列号。
Implementations§
Trait Implementations§
Source§impl Clone for FormatEngine
impl Clone for FormatEngine
Source§fn clone(&self) -> FormatEngine
fn clone(&self) -> FormatEngine
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 FormatEngine
impl RefUnwindSafe for FormatEngine
impl Send for FormatEngine
impl Sync for FormatEngine
impl Unpin for FormatEngine
impl UnsafeUnpin for FormatEngine
impl UnwindSafe for FormatEngine
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