Struct messagebird_async::sms::CallbackUrl[][src]

pub struct CallbackUrl(_);

Trait Implementations

impl Debug for CallbackUrl
[src]

Formats the value using the given formatter. Read more

impl Eq for CallbackUrl
[src]

impl PartialEq for CallbackUrl
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Serialize for CallbackUrl
[src]

Serialize this value into the given Serde serializer. Read more

impl<'de> Deserialize<'de> for CallbackUrl
[src]

Deserialize this value from the given Serde deserializer. Read more

Auto Trait Implementations

impl Send for CallbackUrl

impl Sync for CallbackUrl