pub struct Caddyfile;
Implementations§
Auto Trait Implementations§
impl Freeze for Caddyfile
impl RefUnwindSafe for Caddyfile
impl Send for Caddyfile
impl Sync for Caddyfile
impl Unpin for Caddyfile
impl UnwindSafe for Caddyfile
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