Struct slack_morphism::SlackLocale
source · [−]pub struct SlackLocale(pub String);Tuple Fields
0: StringTrait Implementations
sourceimpl AsRef<str> for SlackLocale
impl AsRef<str> for SlackLocale
sourceimpl Clone for SlackLocale
impl Clone for SlackLocale
sourcefn clone(&self) -> SlackLocale
fn clone(&self) -> SlackLocale
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 moresourceimpl Debug for SlackLocale
impl Debug for SlackLocale
sourceimpl<'de> Deserialize<'de> for SlackLocale
impl<'de> Deserialize<'de> for SlackLocale
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 SlackLocale
impl Display for SlackLocale
sourceimpl From<&String> for SlackLocale
impl From<&String> for SlackLocale
sourceimpl From<&str> for SlackLocale
impl From<&str> for SlackLocale
sourceimpl From<String> for SlackLocale
impl From<String> for SlackLocale
sourceimpl FromStr for SlackLocale
impl FromStr for SlackLocale
sourceimpl Hash for SlackLocale
impl Hash for SlackLocale
sourceimpl PartialEq<SlackLocale> for SlackLocale
impl PartialEq<SlackLocale> for SlackLocale
sourcefn eq(&self, other: &SlackLocale) -> bool
fn eq(&self, other: &SlackLocale) -> bool
sourceimpl Serialize for SlackLocale
impl Serialize for SlackLocale
sourceimpl 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more