Enum http_types::security::FrameOptions
source · pub enum FrameOptions {
SameOrigin,
Deny,
}
Expand description
Set the frameguard level.
Variants§
Trait Implementations§
source§impl Clone for FrameOptions
impl Clone for FrameOptions
source§fn clone(&self) -> FrameOptions
fn clone(&self) -> FrameOptions
Returns a copy 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 moresource§impl Debug for FrameOptions
impl Debug for FrameOptions
source§impl Hash for FrameOptions
impl Hash for FrameOptions
source§impl PartialEq<FrameOptions> for FrameOptions
impl PartialEq<FrameOptions> for FrameOptions
source§fn eq(&self, other: &FrameOptions) -> bool
fn eq(&self, other: &FrameOptions) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for FrameOptions
impl Eq for FrameOptions
impl StructuralEq for FrameOptions
impl StructuralPartialEq for FrameOptions
Auto Trait Implementations§
impl RefUnwindSafe for FrameOptions
impl Send for FrameOptions
impl Sync for FrameOptions
impl Unpin for FrameOptions
impl UnwindSafe for FrameOptions
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