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