time/format_description/well_known/
rfc2822.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 Rfc2822 {
#[inline]
fn fmt(&self, f: &mut ::core::fmt::Formatter) -> ::core::fmt::Result {
::core::fmt::Formatter::write_str(f, "Rfc2822")
}
}Debug, #[automatically_derived]
impl ::core::clone::Clone for Rfc2822 {
#[inline]
fn clone(&self) -> Rfc2822 { *self }
}Clone, #[automatically_derived]
impl ::core::marker::Copy for Rfc2822 { }Copy, #[automatically_derived]
impl ::core::cmp::PartialEq for Rfc2822 {
#[inline]
fn eq(&self, other: &Rfc2822) -> bool { true }
}PartialEq, #[automatically_derived]
impl ::core::cmp::Eq for Rfc2822 {
#[inline]
#[doc(hidden)]
#[coverage(off)]
fn assert_receiver_is_total_eq(&self) -> () {}
}Eq)]
30pub struct Rfc2822;