Struct slack_morphism::SlackDateTime
source · pub struct SlackDateTime(pub DateTime<Utc>);
Tuple Fields§
§0: DateTime<Utc>
Implementations§
Trait Implementations§
source§impl Clone for SlackDateTime
impl Clone for SlackDateTime
source§fn clone(&self) -> SlackDateTime
fn clone(&self) -> SlackDateTime
Returns a copy 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 SlackDateTime
impl Debug for SlackDateTime
source§impl<'de> Deserialize<'de> for SlackDateTime
impl<'de> Deserialize<'de> for SlackDateTime
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Hash for SlackDateTime
impl Hash for SlackDateTime
source§impl PartialEq for SlackDateTime
impl PartialEq for SlackDateTime
source§fn eq(&self, other: &SlackDateTime) -> bool
fn eq(&self, other: &SlackDateTime) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for SlackDateTime
impl Serialize for SlackDateTime
source§impl ValueStruct for SlackDateTime
impl ValueStruct for SlackDateTime
impl Eq for SlackDateTime
impl StructuralEq for SlackDateTime
impl StructuralPartialEq for SlackDateTime
Auto Trait Implementations§
impl RefUnwindSafe for SlackDateTime
impl Send for SlackDateTime
impl Sync for SlackDateTime
impl Unpin for SlackDateTime
impl UnwindSafe for SlackDateTime
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