[−][src]Struct messagebird_async::sms::Identifier
Unique message identifier
Consists 32 alphanumeric characters (may change!)
Generate by the MessageBird backend on posting the message.
Methods
impl Identifier
[src]
impl Identifier
Trait Implementations
impl Eq for Identifier
[src]
impl Eq for Identifier
impl Default for Identifier
[src]
impl Default for Identifier
impl PartialEq<Identifier> for Identifier
[src]
impl PartialEq<Identifier> for Identifier
fn eq(&self, other: &Identifier) -> bool | [src] |
fn ne(&self, other: &Identifier) -> bool | [src] |
impl Debug for Identifier
[src]
impl Debug for Identifier
impl Display for Identifier
[src]
impl Display for Identifier
impl Hash for Identifier
[src]
impl Hash for Identifier
fn hash<__H: Hasher>(&self, state: &mut __H) | [src] |
fn hash_slice<H>(data: &[Self], state: &mut H) where | 1.3.0 [src] |
Feeds a slice of this type into the given [Hasher
]. Read more
impl FromStr for Identifier
[src]
impl FromStr for Identifier
type Err = MessageBirdError
The associated error which can be returned from parsing.
fn from_str(s: &str) -> Result<Self, Self::Err> | [src] |
impl Serialize for Identifier
[src]
impl Serialize for Identifier
impl<'de> Deserialize<'de> for Identifier
[src]
impl<'de> Deserialize<'de> for Identifier
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where | [src] |
Auto Trait Implementations
impl Send for Identifier
impl Send for Identifier
impl Sync for Identifier
impl Sync for Identifier
Blanket Implementations
impl<T> From for T
[src]
impl<T> From for T
impl<T, U> Into for T where
U: From<T>,
[src]
impl<T, U> Into for T where
U: From<T>,
impl<T> ToString for T where
T: Display + ?Sized,
[src]
impl<T> ToString for T where
T: Display + ?Sized,
impl<T, U> TryFrom for T where
T: From<U>,
[src]
impl<T, U> TryFrom for T where
T: From<U>,
type Error = !
🔬 This is a nightly-only experimental API. (
try_from
)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error> | [src] |
impl<T> Borrow for T where
T: ?Sized,
[src]
impl<T> Borrow for T where
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
impl<T> BorrowMut for T where
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T | [src] |
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
🔬 This is a nightly-only experimental API. (
try_from
)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error> | [src] |
impl<T> Any for T where
T: 'static + ?Sized,
[src]
impl<T> Any for T where
T: 'static + ?Sized,
fn get_type_id(&self) -> TypeId | [src] |
impl<Q, K> Equivalent for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src]
impl<Q, K> Equivalent for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
fn equivalent(&self, key: &K) -> bool | [src] |
impl<T> Erased for T
impl<T> Erased for T
impl<T> DeserializeOwned for T where
T: Deserialize<'de>,
[src]
impl<T> DeserializeOwned for T where
T: Deserialize<'de>,