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