pub struct GetCollectionsCollectionIdTransformationsResponse {
pub output: Option<String>,
}
Fields§
§output: Option<String>
The collection’s transformed output, in a stringified OpenAPI format.
Trait Implementations§
Source§impl Clone for GetCollectionsCollectionIdTransformationsResponse
impl Clone for GetCollectionsCollectionIdTransformationsResponse
Source§fn clone(&self) -> GetCollectionsCollectionIdTransformationsResponse
fn clone(&self) -> GetCollectionsCollectionIdTransformationsResponse
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<'de> Deserialize<'de> for GetCollectionsCollectionIdTransformationsResponse
impl<'de> Deserialize<'de> for GetCollectionsCollectionIdTransformationsResponse
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 for GetCollectionsCollectionIdTransformationsResponse
impl PartialEq for GetCollectionsCollectionIdTransformationsResponse
Source§fn eq(&self, other: &GetCollectionsCollectionIdTransformationsResponse) -> bool
fn eq(&self, other: &GetCollectionsCollectionIdTransformationsResponse) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for GetCollectionsCollectionIdTransformationsResponse
Auto Trait Implementations§
impl Freeze for GetCollectionsCollectionIdTransformationsResponse
impl RefUnwindSafe for GetCollectionsCollectionIdTransformationsResponse
impl Send for GetCollectionsCollectionIdTransformationsResponse
impl Sync for GetCollectionsCollectionIdTransformationsResponse
impl Unpin for GetCollectionsCollectionIdTransformationsResponse
impl UnwindSafe for GetCollectionsCollectionIdTransformationsResponse
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