pub struct Builder { /* private fields */ }Implementations§
Source§impl Builder
impl Builder
pub fn new_iso8601() -> Self
pub fn new_rfc3339() -> Self
pub fn new_strict_rfc3339() -> Self
pub fn space_allowed(&mut self, allowed: bool) -> &mut Self
pub fn empty_date_separator_allowed(&mut self, allowed: bool) -> &mut Self
pub fn empty_time_separator_allowed(&mut self, allowed: bool) -> &mut Self
pub fn year_digits(&mut self, digits: usize) -> &mut Self
pub fn into_parser(self) -> Parser<Year>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Builder
impl RefUnwindSafe for Builder
impl Send for Builder
impl Sync for Builder
impl Unpin for Builder
impl UnwindSafe for Builder
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