pub struct CreateDomainEntryRequest {
pub domain_entry: DomainEntry,
pub domain_name: String,
}Fields§
§domain_entry: DomainEntryAn array of key-value pairs containing information about the domain entry request.
domain_name: StringThe domain name (e.g., example.com) for which you want to create the domain entry.
Trait Implementations§
Source§impl Clone for CreateDomainEntryRequest
impl Clone for CreateDomainEntryRequest
Source§fn clone(&self) -> CreateDomainEntryRequest
fn clone(&self) -> CreateDomainEntryRequest
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 CreateDomainEntryRequest
impl Debug for CreateDomainEntryRequest
Source§impl Default for CreateDomainEntryRequest
impl Default for CreateDomainEntryRequest
Source§fn default() -> CreateDomainEntryRequest
fn default() -> CreateDomainEntryRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for CreateDomainEntryRequest
impl PartialEq for CreateDomainEntryRequest
Source§impl Serialize for CreateDomainEntryRequest
impl Serialize for CreateDomainEntryRequest
impl StructuralPartialEq for CreateDomainEntryRequest
Auto Trait Implementations§
impl Freeze for CreateDomainEntryRequest
impl RefUnwindSafe for CreateDomainEntryRequest
impl Send for CreateDomainEntryRequest
impl Sync for CreateDomainEntryRequest
impl Unpin for CreateDomainEntryRequest
impl UnwindSafe for CreateDomainEntryRequest
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