pub struct IdResponse {
    pub id: String,
}Available on crate feature 
v5 only.Expand description
IDResponse Response to an API call that returns just an Id
Fields§
§id: StringThe id of the newly created object.
Trait Implementations§
Source§impl Debug for IdResponse
 
impl Debug for IdResponse
Source§impl Default for IdResponse
 
impl Default for IdResponse
Source§fn default() -> IdResponse
 
fn default() -> IdResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for IdResponse
 
impl<'de> Deserialize<'de> for IdResponse
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 IdResponse
impl RefUnwindSafe for IdResponse
impl Send for IdResponse
impl Sync for IdResponse
impl Unpin for IdResponse
impl UnwindSafe for IdResponse
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