enum Validated {
Preflight(HeaderValue),
Simple(HeaderValue),
NotCors,
}Variants§
Auto Trait Implementations§
impl !Freeze for Validated
impl RefUnwindSafe for Validated
impl Send for Validated
impl Sync for Validated
impl Unpin for Validated
impl UnsafeUnpin for Validated
impl UnwindSafe for Validated
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