Struct time::format_description::parse::format_item::Ordinal
source · pub(super) struct Ordinal {
padding: Option<Padding>,
}
Fields§
§padding: Option<Padding>
Implementations§
Auto Trait Implementations§
impl Freeze for Ordinal
impl RefUnwindSafe for Ordinal
impl Send for Ordinal
impl Sync for Ordinal
impl Unpin for Ordinal
impl UnwindSafe for Ordinal
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