Enum gapi_grpc::google::cloud::domains::v1alpha2::DomainNotice[][src]

#[repr(i32)]pub enum DomainNotice {
    Unspecified,
    HstsPreloaded,
}

Notices about special properties of certain domains.

Variants

Unspecified

The notice is undefined.

HstsPreloaded

Indicates that the domain is preloaded on the HTTP Strict Transport Security list in browsers. Serving a website on such domain requires an SSL certificate. For details, see how to get an SSL certificate.

Implementations

impl DomainNotice[src]

pub fn is_valid(value: i32) -> bool[src]

Returns true if value is a variant of DomainNotice.

pub fn from_i32(value: i32) -> Option<DomainNotice>[src]

Converts an i32 to a DomainNotice, or None if value is not a valid variant.

Trait Implementations

impl Clone for DomainNotice[src]

impl Copy for DomainNotice[src]

impl Debug for DomainNotice[src]

impl Default for DomainNotice[src]

impl Eq for DomainNotice[src]

impl From<DomainNotice> for i32[src]

impl Hash for DomainNotice[src]

impl Ord for DomainNotice[src]

impl PartialEq<DomainNotice> for DomainNotice[src]

impl PartialOrd<DomainNotice> for DomainNotice[src]

impl StructuralEq for DomainNotice[src]

impl StructuralPartialEq for DomainNotice[src]

Auto Trait Implementations

impl RefUnwindSafe for DomainNotice

impl Send for DomainNotice

impl Sync for DomainNotice

impl Unpin for DomainNotice

impl UnwindSafe for DomainNotice

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> IntoRequest<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]