time/format_description/well_known/
rfc3339.rs1#[cfg_attr(feature = "parsing", doc = "```rust")]
9#[cfg_attr(not(feature = "parsing"), doc = "```rust,ignore")]
10#[cfg_attr(feature = "formatting", doc = "```rust")]
20#[cfg_attr(not(feature = "formatting"), doc = "```rust,ignore")]
21#[derive(#[automatically_derived]
impl ::core::fmt::Debug for Rfc3339 {
#[inline]
fn fmt(&self, f: &mut ::core::fmt::Formatter) -> ::core::fmt::Result {
::core::fmt::Formatter::write_str(f, "Rfc3339")
}
}Debug, #[automatically_derived]
impl ::core::clone::Clone for Rfc3339 {
#[inline]
fn clone(&self) -> Rfc3339 { *self }
}Clone, #[automatically_derived]
impl ::core::marker::Copy for Rfc3339 { }Copy, #[automatically_derived]
impl ::core::cmp::PartialEq for Rfc3339 {
#[inline]
fn eq(&self, other: &Rfc3339) -> bool { true }
}PartialEq, #[automatically_derived]
impl ::core::cmp::Eq for Rfc3339 {
#[inline]
#[doc(hidden)]
#[coverage(off)]
fn assert_receiver_is_total_eq(&self) -> () {}
}Eq)]
30pub struct Rfc3339;