pub struct ResentDate(pub DateTime);Tuple Fields§
§0: DateTimeTrait Implementations§
Source§impl Clone for ResentDate
impl Clone for ResentDate
Source§fn clone(&self) -> ResentDate
fn clone(&self) -> ResentDate
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ResentDate
impl Debug for ResentDate
Source§impl Display for ResentDate
impl Display for ResentDate
Source§impl Parsable for ResentDate
impl Parsable for ResentDate
Source§impl PartialEq for ResentDate
impl PartialEq for ResentDate
Source§impl Streamable for ResentDate
impl Streamable for ResentDate
Source§impl<'a> TryFrom<&'a [u8]> for ResentDate
impl<'a> TryFrom<&'a [u8]> for ResentDate
Source§type Error = ParseError
type Error = ParseError
The type returned in the event of a conversion error.
Source§fn try_from(input: &'a [u8]) -> Result<ResentDate, ParseError>
fn try_from(input: &'a [u8]) -> Result<ResentDate, ParseError>
Performs the conversion.
Source§impl<'a> TryFrom<&'a str> for ResentDate
impl<'a> TryFrom<&'a str> for ResentDate
Source§type Error = ParseError
type Error = ParseError
The type returned in the event of a conversion error.
Source§fn try_from(input: &'a str) -> Result<ResentDate, ParseError>
fn try_from(input: &'a str) -> Result<ResentDate, ParseError>
Performs the conversion.
Source§impl<'a> TryFrom<DateTime> for ResentDate
impl<'a> TryFrom<DateTime> for ResentDate
Source§type Error = ParseError
type Error = ParseError
The type returned in the event of a conversion error.
Source§fn try_from(input: DateTime) -> Result<ResentDate, ParseError>
fn try_from(input: DateTime) -> Result<ResentDate, ParseError>
Performs the conversion.
impl StructuralPartialEq for ResentDate
Auto Trait Implementations§
impl Freeze for ResentDate
impl RefUnwindSafe for ResentDate
impl Send for ResentDate
impl Sync for ResentDate
impl Unpin for ResentDate
impl UnwindSafe for ResentDate
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