pub struct InlineResponse202 {
pub properties: Option<Box<PropertiesObject>>,
}
Fields§
§properties: Option<Box<PropertiesObject>>
Implementations§
source§impl InlineResponse202
impl InlineResponse202
pub fn new() -> InlineResponse202
Trait Implementations§
source§impl Clone for InlineResponse202
impl Clone for InlineResponse202
source§fn clone(&self) -> InlineResponse202
fn clone(&self) -> InlineResponse202
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 InlineResponse202
impl Debug for InlineResponse202
source§impl Default for InlineResponse202
impl Default for InlineResponse202
source§fn default() -> InlineResponse202
fn default() -> InlineResponse202
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for InlineResponse202
impl<'de> Deserialize<'de> for InlineResponse202
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<InlineResponse202> for InlineResponse202
impl PartialEq<InlineResponse202> for InlineResponse202
source§fn eq(&self, other: &InlineResponse202) -> bool
fn eq(&self, other: &InlineResponse202) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for InlineResponse202
impl Serialize for InlineResponse202
impl StructuralPartialEq for InlineResponse202
Auto Trait Implementations§
impl RefUnwindSafe for InlineResponse202
impl Send for InlineResponse202
impl Sync for InlineResponse202
impl Unpin for InlineResponse202
impl UnwindSafe for InlineResponse202
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