pub struct DateTime(pub DateTime<FixedOffset>);Tuple Fields§
§0: DateTime<FixedOffset>Implementations§
Source§impl DateTime
impl DateTime
pub fn placeholder() -> Self
Trait Implementations§
Source§impl AsRef<DateTime<FixedOffset>> for DateTime
impl AsRef<DateTime<FixedOffset>> for DateTime
Source§fn as_ref(&self) -> &DateTime<FixedOffset>
fn as_ref(&self) -> &DateTime<FixedOffset>
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl ContainsUtf8 for DateTime
impl ContainsUtf8 for DateTime
fn contains_utf8(&self) -> bool
Source§impl IntoBoundedStatic for DateTime
impl IntoBoundedStatic for DateTime
impl StructuralPartialEq for DateTime
Auto Trait Implementations§
impl Freeze for DateTime
impl RefUnwindSafe for DateTime
impl Send for DateTime
impl Sync for DateTime
impl Unpin for DateTime
impl UnsafeUnpin for DateTime
impl UnwindSafe for DateTime
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