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§
Trait Implementations§
Source§impl Debug for SendParameters
impl Debug for SendParameters
Source§impl Default for SendParameters
impl Default for SendParameters
Source§impl Display for SendParameters
impl Display for SendParameters
Source§impl PartialEq for SendParameters
impl PartialEq for SendParameters
Source§impl Serialize for SendParameters
impl Serialize for SendParameters
impl Eq for SendParameters
impl StructuralPartialEq for SendParameters
Auto Trait Implementations§
impl Freeze for SendParameters
impl RefUnwindSafe for SendParameters
impl Send for SendParameters
impl Sync for SendParameters
impl Unpin for SendParameters
impl UnwindSafe for SendParameters
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.