Struct slack_morphism_models::SlackScheduledMid
source · [−]pub struct SlackScheduledMid(pub String);Tuple Fields
0: StringTrait Implementations
sourceimpl Clone for SlackScheduledMid
impl Clone for SlackScheduledMid
sourcefn clone(&self) -> SlackScheduledMid
fn clone(&self) -> SlackScheduledMid
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for SlackScheduledMid
impl Debug for SlackScheduledMid
sourceimpl<'de> Deserialize<'de> for SlackScheduledMid
impl<'de> Deserialize<'de> for SlackScheduledMid
sourcefn 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
sourceimpl Display for SlackScheduledMid
impl Display for SlackScheduledMid
sourceimpl From<&'_ String> for SlackScheduledMid
impl From<&'_ String> for SlackScheduledMid
sourceimpl From<&'_ str> for SlackScheduledMid
impl From<&'_ str> for SlackScheduledMid
sourceimpl From<String> for SlackScheduledMid
impl From<String> for SlackScheduledMid
sourceimpl FromStr for SlackScheduledMid
impl FromStr for SlackScheduledMid
sourceimpl Hash for SlackScheduledMid
impl Hash for SlackScheduledMid
sourceimpl PartialEq<SlackScheduledMid> for SlackScheduledMid
impl PartialEq<SlackScheduledMid> for SlackScheduledMid
sourcefn 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 ==. Read more
sourcefn ne(&self, other: &SlackScheduledMid) -> bool
fn ne(&self, other: &SlackScheduledMid) -> bool
This method tests for !=.
sourceimpl Serialize for SlackScheduledMid
impl Serialize for SlackScheduledMid
sourceimpl 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcepub fn to_owned(&self) -> T
pub fn to_owned(&self) -> T
Creates owned data from borrowed data, usually by cloning. Read more
sourcepub fn clone_into(&self, target: &mut T)
pub fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more