pub struct BatchCreateObjectResponse {
pub object_identifier: Option<String>,
}Expand description
Represents the output of a CreateObject response operation.
Fields§
§object_identifier: Option<String>The ID that is associated with the object.
Trait Implementations§
Source§impl Clone for BatchCreateObjectResponse
impl Clone for BatchCreateObjectResponse
Source§fn clone(&self) -> BatchCreateObjectResponse
fn clone(&self) -> BatchCreateObjectResponse
Returns a duplicate 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 BatchCreateObjectResponse
impl Debug for BatchCreateObjectResponse
Source§impl Default for BatchCreateObjectResponse
impl Default for BatchCreateObjectResponse
Source§fn default() -> BatchCreateObjectResponse
fn default() -> BatchCreateObjectResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BatchCreateObjectResponse
impl<'de> Deserialize<'de> for BatchCreateObjectResponse
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
impl StructuralPartialEq for BatchCreateObjectResponse
Auto Trait Implementations§
impl Freeze for BatchCreateObjectResponse
impl RefUnwindSafe for BatchCreateObjectResponse
impl Send for BatchCreateObjectResponse
impl Sync for BatchCreateObjectResponse
impl Unpin for BatchCreateObjectResponse
impl UnwindSafe for BatchCreateObjectResponse
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