pub struct DeleteCustomDocDomainResponse {}
Expand description
The result of deleting a custom domain from a published doc.
JSON schema
{
"description": "The result of deleting a custom domain from a published
doc.",
"type": "object",
"additionalProperties": false,
"x-schema-name": "DeleteCustomDocDomainResponse"
}
Trait Implementations§
Source§impl Clone for DeleteCustomDocDomainResponse
impl Clone for DeleteCustomDocDomainResponse
Source§fn clone(&self) -> DeleteCustomDocDomainResponse
fn clone(&self) -> DeleteCustomDocDomainResponse
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 DeleteCustomDocDomainResponse
impl<'de> Deserialize<'de> for DeleteCustomDocDomainResponse
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 From<&DeleteCustomDocDomainResponse> for DeleteCustomDocDomainResponse
impl From<&DeleteCustomDocDomainResponse> for DeleteCustomDocDomainResponse
Source§fn from(value: &DeleteCustomDocDomainResponse) -> Self
fn from(value: &DeleteCustomDocDomainResponse) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for DeleteCustomDocDomainResponse
impl RefUnwindSafe for DeleteCustomDocDomainResponse
impl Send for DeleteCustomDocDomainResponse
impl Sync for DeleteCustomDocDomainResponse
impl Unpin for DeleteCustomDocDomainResponse
impl UnwindSafe for DeleteCustomDocDomainResponse
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