pub struct CorsOptions {
pub allowed_patterns: Vec<String>,
}Fields§
§allowed_patterns: Vec<String>Trait Implementations§
Source§impl Clone for CorsOptions
impl Clone for CorsOptions
Source§fn clone(&self) -> CorsOptions
fn clone(&self) -> CorsOptions
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for CorsOptions
impl RefUnwindSafe for CorsOptions
impl Send for CorsOptions
impl Sync for CorsOptions
impl Unpin for CorsOptions
impl UnsafeUnpin for CorsOptions
impl UnwindSafe for CorsOptions
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