Struct ory_client::models::custom_domain::CustomDomain
source · pub struct CustomDomain {
pub cookie_domain: Option<String>,
pub cors_allowed_origins: Option<Vec<String>>,
pub cors_enabled: Option<bool>,
pub created_at: Option<String>,
pub hostname: Option<String>,
pub id: Option<String>,
pub updated_at: Option<String>,
pub verification_errors: Option<Vec<String>>,
pub verification_status: Option<String>,
}Expand description
CustomDomain : Custom Hostname
Fields§
§cors_allowed_origins: Option<Vec<String>>§cors_enabled: Option<bool>§created_at: Option<String>§hostname: Option<String>§id: Option<String>§updated_at: Option<String>§verification_errors: Option<Vec<String>>§verification_status: Option<String>Implementations§
source§impl CustomDomain
impl CustomDomain
sourcepub fn new() -> CustomDomain
pub fn new() -> CustomDomain
Custom Hostname
Trait Implementations§
source§impl Clone for CustomDomain
impl Clone for CustomDomain
source§fn clone(&self) -> CustomDomain
fn clone(&self) -> CustomDomain
Returns a copy 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 CustomDomain
impl Debug for CustomDomain
source§impl Default for CustomDomain
impl Default for CustomDomain
source§impl<'de> Deserialize<'de> for CustomDomain
impl<'de> Deserialize<'de> for CustomDomain
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 PartialEq<CustomDomain> for CustomDomain
impl PartialEq<CustomDomain> for CustomDomain
source§fn eq(&self, other: &CustomDomain) -> bool
fn eq(&self, other: &CustomDomain) -> bool
This method tests for
self and other values to be equal, and is used
by ==.