Struct messagebird_async::sms::AlphaNumeric
source · pub struct AlphaNumeric(pub String);Tuple Fields
0: StringImplementations
sourceimpl AlphaNumeric
impl AlphaNumeric
Trait Implementations
sourceimpl Debug for AlphaNumeric
impl Debug for AlphaNumeric
sourceimpl<'de> Deserialize<'de> for AlphaNumeric
impl<'de> Deserialize<'de> for AlphaNumeric
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 From<AlphaNumeric> for Originator
impl From<AlphaNumeric> for Originator
sourcefn from(alphanumeric: AlphaNumeric) -> Self
fn from(alphanumeric: AlphaNumeric) -> Self
Converts to this type from the input type.
sourceimpl FromStr for AlphaNumeric
impl FromStr for AlphaNumeric
sourceimpl PartialEq<AlphaNumeric> for AlphaNumeric
impl PartialEq<AlphaNumeric> for AlphaNumeric
sourcefn eq(&self, other: &AlphaNumeric) -> bool
fn eq(&self, other: &AlphaNumeric) -> bool
sourceimpl Serialize for AlphaNumeric
impl Serialize for AlphaNumeric
impl Eq for AlphaNumeric
impl StructuralEq for AlphaNumeric
impl StructuralPartialEq for AlphaNumeric
Auto Trait Implementations
impl RefUnwindSafe for AlphaNumeric
impl Send for AlphaNumeric
impl Sync for AlphaNumeric
impl Unpin for AlphaNumeric
impl UnwindSafe for AlphaNumeric
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
sourceimpl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.