Struct slack_morphism::SlackScheduledMid
source · pub struct SlackScheduledMid(pub String);
Tuple Fields§
§0: String
Implementations§
Trait Implementations§
source§impl AsRef<str> for SlackScheduledMid
impl AsRef<str> for SlackScheduledMid
source§impl Clone for SlackScheduledMid
impl Clone for SlackScheduledMid
source§fn clone(&self) -> SlackScheduledMid
fn clone(&self) -> SlackScheduledMid
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 SlackScheduledMid
impl Debug for SlackScheduledMid
source§impl<'de> Deserialize<'de> for SlackScheduledMid
impl<'de> Deserialize<'de> for SlackScheduledMid
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 Display for SlackScheduledMid
impl Display for SlackScheduledMid
source§impl From<&String> for SlackScheduledMid
impl From<&String> for SlackScheduledMid
source§impl From<&str> for SlackScheduledMid
impl From<&str> for SlackScheduledMid
source§impl From<String> for SlackScheduledMid
impl From<String> for SlackScheduledMid
source§impl FromStr for SlackScheduledMid
impl FromStr for SlackScheduledMid
source§impl Hash for SlackScheduledMid
impl Hash for SlackScheduledMid
source§impl PartialEq for SlackScheduledMid
impl PartialEq for SlackScheduledMid
source§fn eq(&self, other: &SlackScheduledMid) -> bool
fn eq(&self, other: &SlackScheduledMid) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for SlackScheduledMid
impl Serialize for SlackScheduledMid
source§impl ValueStruct for SlackScheduledMid
impl ValueStruct for SlackScheduledMid
impl Eq for SlackScheduledMid
impl StructuralEq for SlackScheduledMid
impl StructuralPartialEq for SlackScheduledMid
Auto Trait Implementations§
impl RefUnwindSafe for SlackScheduledMid
impl Send for SlackScheduledMid
impl Sync for SlackScheduledMid
impl Unpin for SlackScheduledMid
impl UnwindSafe for SlackScheduledMid
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