pub struct WafBool { /* private fields */ }
Expand description
The WAF object representation of a value of type WafObjectType::Bool
Implementations§
Trait Implementations§
Source§impl AsRef<_ddwaf_object> for WafBool
impl AsRef<_ddwaf_object> for WafBool
Source§fn as_ref(&self) -> &ddwaf_object
fn as_ref(&self) -> &ddwaf_object
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl TypedWafObject for WafBool
impl TypedWafObject for WafBool
Source§const TYPE: WafObjectType = WafObjectType::Bool
const TYPE: WafObjectType = WafObjectType::Bool
The associated
WafObjectType
constant corresponding to the typed
object’s type discriminator.Auto Trait Implementations§
impl Freeze for WafBool
impl RefUnwindSafe for WafBool
impl Send for WafBool
impl Sync for WafBool
impl Unpin for WafBool
impl UnwindSafe for WafBool
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