pub struct CorsConfiguration { /* private fields */ }Trait Implementations§
Source§impl Debug for CorsConfiguration
impl Debug for CorsConfiguration
Auto Trait Implementations§
impl Freeze for CorsConfiguration
impl RefUnwindSafe for CorsConfiguration
impl Send for CorsConfiguration
impl Sync for CorsConfiguration
impl Unpin for CorsConfiguration
impl UnwindSafe for CorsConfiguration
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