pub struct ResolvedCloudflareConfig {
pub api_token: String,
pub zone_id: String,
pub dns_target: DnsTarget,
pub auto_origin_ca: bool,
}Expand description
Resolved Cloudflare configuration with actual secret values
Fields§
§api_token: String§zone_id: String§dns_target: DnsTarget§auto_origin_ca: boolWhether to auto-generate Origin CA certificate
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ResolvedCloudflareConfig
impl RefUnwindSafe for ResolvedCloudflareConfig
impl Send for ResolvedCloudflareConfig
impl Sync for ResolvedCloudflareConfig
impl Unpin for ResolvedCloudflareConfig
impl UnwindSafe for ResolvedCloudflareConfig
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