pub struct CreationDate {
pub value: NaiveDateTime,
}Expand description
日期时间值(ofd:CreationDate / ofd:ModDate)。
对应 Java: ofdrw CreationDate/ModDate 字段。 支持 ISO 格式 “2024-05-31T00:00:00” 和日期格式 “2024-05-31”。
Fields§
§value: NaiveDateTime解析后的日期时间值。
Implementations§
Trait Implementations§
Source§impl Clone for CreationDate
impl Clone for CreationDate
Source§fn clone(&self) -> CreationDate
fn clone(&self) -> CreationDate
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 moreSource§impl Debug for CreationDate
impl Debug for CreationDate
impl Eq for CreationDate
Source§impl PartialEq for CreationDate
impl PartialEq for CreationDate
impl StructuralPartialEq for CreationDate
Auto Trait Implementations§
impl Freeze for CreationDate
impl RefUnwindSafe for CreationDate
impl Send for CreationDate
impl Sync for CreationDate
impl Unpin for CreationDate
impl UnsafeUnpin for CreationDate
impl UnwindSafe for CreationDate
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