pub enum HideStrategy {
ReferenceHidden,
Escaped,
}
Expand description
Fallback strategy used by Hide
middleware.
Variants§
Trait Implementations§
Source§impl Clone for HideStrategy
impl Clone for HideStrategy
Source§fn clone(&self) -> HideStrategy
fn clone(&self) -> HideStrategy
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 moreSource§impl Debug for HideStrategy
impl Debug for HideStrategy
Source§impl Default for HideStrategy
impl Default for HideStrategy
Source§fn default() -> HideStrategy
fn default() -> HideStrategy
Returns the “default value” for a type. Read more
Source§impl PartialEq for HideStrategy
impl PartialEq for HideStrategy
impl Copy for HideStrategy
impl Eq for HideStrategy
impl StructuralPartialEq for HideStrategy
Auto Trait Implementations§
impl Freeze for HideStrategy
impl RefUnwindSafe for HideStrategy
impl Send for HideStrategy
impl Sync for HideStrategy
impl Unpin for HideStrategy
impl UnwindSafe for HideStrategy
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