Struct messagebird_async::sms::send::SendParameters
source · pub struct SendParameters { /* private fields */ }Expand description
SendParameters is an object that can be passed on to MessageBird API to trigger sending a SMS
Implementations
sourceimpl SendParameters
impl SendParameters
Trait Implementations
sourceimpl Debug for SendParameters
impl Debug for SendParameters
sourceimpl Default for SendParameters
impl Default for SendParameters
sourceimpl Display for SendParameters
impl Display for SendParameters
sourceimpl PartialEq<SendParameters> for SendParameters
impl PartialEq<SendParameters> for SendParameters
sourcefn eq(&self, other: &SendParameters) -> bool
fn eq(&self, other: &SendParameters) -> bool
sourceimpl Serialize for SendParameters
impl Serialize for SendParameters
impl Eq for SendParameters
impl StructuralEq for SendParameters
impl StructuralPartialEq for SendParameters
Auto Trait Implementations
impl RefUnwindSafe for SendParameters
impl Send for SendParameters
impl Sync for SendParameters
impl Unpin for SendParameters
impl UnwindSafe for SendParameters
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.