pub struct InlineResponse2003 {
pub in_app_messages: Option<Vec<Value>>,
}
Fields§
§in_app_messages: Option<Vec<Value>>
Implementations§
source§impl InlineResponse2003
impl InlineResponse2003
pub fn new() -> InlineResponse2003
Trait Implementations§
source§impl Clone for InlineResponse2003
impl Clone for InlineResponse2003
source§fn clone(&self) -> InlineResponse2003
fn clone(&self) -> InlineResponse2003
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for InlineResponse2003
impl Debug for InlineResponse2003
source§impl Default for InlineResponse2003
impl Default for InlineResponse2003
source§fn default() -> InlineResponse2003
fn default() -> InlineResponse2003
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for InlineResponse2003
impl<'de> Deserialize<'de> for InlineResponse2003
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<InlineResponse2003> for InlineResponse2003
impl PartialEq<InlineResponse2003> for InlineResponse2003
source§fn eq(&self, other: &InlineResponse2003) -> bool
fn eq(&self, other: &InlineResponse2003) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for InlineResponse2003
impl Serialize for InlineResponse2003
impl StructuralPartialEq for InlineResponse2003
Auto Trait Implementations§
impl RefUnwindSafe for InlineResponse2003
impl Send for InlineResponse2003
impl Sync for InlineResponse2003
impl Unpin for InlineResponse2003
impl UnwindSafe for InlineResponse2003
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