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