pub struct GetCollectionFormResponse {
pub collections_form_document: Option<Box<CollectionsFormDocument>>,
}Expand description
GetCollectionFormResponse : The Response for the GetCollectionFormResponse operation.
Fields§
§collections_form_document: Option<Box<CollectionsFormDocument>>Implementations§
Source§impl GetCollectionFormResponse
impl GetCollectionFormResponse
Sourcepub fn new() -> GetCollectionFormResponse
pub fn new() -> GetCollectionFormResponse
The Response for the GetCollectionFormResponse operation.
Trait Implementations§
Source§impl Clone for GetCollectionFormResponse
impl Clone for GetCollectionFormResponse
Source§fn clone(&self) -> GetCollectionFormResponse
fn clone(&self) -> GetCollectionFormResponse
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 GetCollectionFormResponse
impl Debug for GetCollectionFormResponse
Source§impl Default for GetCollectionFormResponse
impl Default for GetCollectionFormResponse
Source§fn default() -> GetCollectionFormResponse
fn default() -> GetCollectionFormResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetCollectionFormResponse
impl<'de> Deserialize<'de> for GetCollectionFormResponse
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 GetCollectionFormResponse
Auto Trait Implementations§
impl Freeze for GetCollectionFormResponse
impl RefUnwindSafe for GetCollectionFormResponse
impl Send for GetCollectionFormResponse
impl Sync for GetCollectionFormResponse
impl Unpin for GetCollectionFormResponse
impl UnsafeUnpin for GetCollectionFormResponse
impl UnwindSafe for GetCollectionFormResponse
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