pub struct InlineResponse2002 {
pub deleted: Option<bool>,
pub id: Option<String>,
pub object: Option<String>,
}
Fields§
§deleted: Option<bool>
§id: Option<String>
§object: Option<String>
Trait Implementations§
Source§impl Debug for InlineResponse2002
impl Debug for InlineResponse2002
Source§impl<'de> Deserialize<'de> for InlineResponse2002
impl<'de> Deserialize<'de> for InlineResponse2002
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
Auto Trait Implementations§
impl Freeze for InlineResponse2002
impl RefUnwindSafe for InlineResponse2002
impl Send for InlineResponse2002
impl Sync for InlineResponse2002
impl Unpin for InlineResponse2002
impl UnwindSafe for InlineResponse2002
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