pub struct CdnConfig {
pub config: ConfigFile,
}
Expand description
CDN configuration
Fields§
§config: ConfigFile
Underlying config file
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CdnConfig
impl RefUnwindSafe for CdnConfig
impl Send for CdnConfig
impl Sync for CdnConfig
impl Unpin for CdnConfig
impl UnwindSafe for CdnConfig
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