pub struct RelationshipCommonName {
pub common_name: Option<Box<RelationshipMemberTlsDomain>>,
}
Expand description
RelationshipCommonName : The common name associated with the subscription generated by Fastly TLS. Optional. If you do not pass a common name on create, we will default to the first TLS domain included. If provided, the domain chosen as the common name must be included in TLS domains.
Fields§
§common_name: Option<Box<RelationshipMemberTlsDomain>>
Implementations§
Source§impl RelationshipCommonName
impl RelationshipCommonName
Sourcepub fn new() -> RelationshipCommonName
pub fn new() -> RelationshipCommonName
The common name associated with the subscription generated by Fastly TLS. Optional. If you do not pass a common name on create, we will default to the first TLS domain included. If provided, the domain chosen as the common name must be included in TLS domains.
Trait Implementations§
Source§impl Clone for RelationshipCommonName
impl Clone for RelationshipCommonName
Source§fn clone(&self) -> RelationshipCommonName
fn clone(&self) -> RelationshipCommonName
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 RelationshipCommonName
impl Debug for RelationshipCommonName
Source§impl Default for RelationshipCommonName
impl Default for RelationshipCommonName
Source§fn default() -> RelationshipCommonName
fn default() -> RelationshipCommonName
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RelationshipCommonName
impl<'de> Deserialize<'de> for RelationshipCommonName
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 for RelationshipCommonName
impl PartialEq for RelationshipCommonName
Source§impl Serialize for RelationshipCommonName
impl Serialize for RelationshipCommonName
impl StructuralPartialEq for RelationshipCommonName
Auto Trait Implementations§
impl Freeze for RelationshipCommonName
impl RefUnwindSafe for RelationshipCommonName
impl Send for RelationshipCommonName
impl Sync for RelationshipCommonName
impl Unpin for RelationshipCommonName
impl UnwindSafe for RelationshipCommonName
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