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§
Source§impl ViewParameters
impl ViewParameters
pub fn new<T>(id: T) -> Selfwhere
T: Into<Identifier>,
Trait Implementations§
Source§impl Debug for ViewParameters
impl Debug for ViewParameters
Source§impl Display for ViewParameters
impl Display for ViewParameters
Source§impl PartialEq for ViewParameters
impl PartialEq for ViewParameters
Source§impl Serialize for ViewParameters
impl Serialize for ViewParameters
impl Eq for ViewParameters
impl StructuralPartialEq for ViewParameters
Auto Trait Implementations§
impl Freeze for ViewParameters
impl RefUnwindSafe for ViewParameters
impl Send for ViewParameters
impl Sync for ViewParameters
impl Unpin for ViewParameters
impl UnwindSafe for ViewParameters
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.