pub struct Meta {
pub custom_certificate_quota: u32,
pub page_rule_quota: u32,
pub wildcard_proxiable: bool,
pub phishing_detected: bool,
pub multiple_railguns_allowed: bool,
}Fields§
§custom_certificate_quota: u32Maximum custom certificates that can be uploaded/used.
page_rule_quota: u32Maximum page rules that can be created.
wildcard_proxiable: boolIndicates whether wildcard DNS records can receive Cloudflare security and performance features
phishing_detected: boolIndicates if URLs on the zone have been identified as hosting phishing content.
multiple_railguns_allowed: boolIndicates whether the zone is allowed to be connected to multiple Railguns at once
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Meta
impl<'de> Deserialize<'de> for Meta
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
Auto Trait Implementations§
impl Freeze for Meta
impl RefUnwindSafe for Meta
impl Send for Meta
impl Sync for Meta
impl Unpin for Meta
impl UnwindSafe for Meta
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