pub struct CreateOrganizationDomainParams {
pub body: CreateOrganizationDomain,
}Fields§
§body: CreateOrganizationDomainRequest body sent with this call.
Required.
Implementations§
Source§impl CreateOrganizationDomainParams
impl CreateOrganizationDomainParams
Sourcepub fn new(body: CreateOrganizationDomain) -> Self
pub fn new(body: CreateOrganizationDomain) -> Self
Construct a new CreateOrganizationDomainParams with the required fields set.
Trait Implementations§
Source§impl Clone for CreateOrganizationDomainParams
impl Clone for CreateOrganizationDomainParams
Source§fn clone(&self) -> CreateOrganizationDomainParams
fn clone(&self) -> CreateOrganizationDomainParams
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for CreateOrganizationDomainParams
impl RefUnwindSafe for CreateOrganizationDomainParams
impl Send for CreateOrganizationDomainParams
impl Sync for CreateOrganizationDomainParams
impl Unpin for CreateOrganizationDomainParams
impl UnsafeUnpin for CreateOrganizationDomainParams
impl UnwindSafe for CreateOrganizationDomainParams
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