enum CompiledTimeFormat<'a> {
Default,
Custom(Box<CompiledItems<'a>>),
}Variants§
Default
Custom(Box<CompiledItems<'a>>)
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for CompiledTimeFormat<'a>
impl<'a> RefUnwindSafe for CompiledTimeFormat<'a>
impl<'a> Send for CompiledTimeFormat<'a>
impl<'a> Sync for CompiledTimeFormat<'a>
impl<'a> Unpin for CompiledTimeFormat<'a>
impl<'a> UnsafeUnpin for CompiledTimeFormat<'a>
impl<'a> UnwindSafe for CompiledTimeFormat<'a>
Blanket Implementations§
impl<T> Allocation for T
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