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