pub struct WafNull { /* private fields */ }
Expand description
The WAF object representation of a value of type WafObjectType::Null
Implementations§
Trait Implementations§
Source§impl AsRef<_ddwaf_object> for WafNull
impl AsRef<_ddwaf_object> for WafNull
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 WafNull
impl TypedWafObject for WafNull
Source§const TYPE: WafObjectType = WafObjectType::Null
const TYPE: WafObjectType = WafObjectType::Null
The associated
WafObjectType
constant corresponding to the typed
object’s type discriminator.Auto Trait Implementations§
impl Freeze for WafNull
impl RefUnwindSafe for WafNull
impl Send for WafNull
impl Sync for WafNull
impl Unpin for WafNull
impl UnwindSafe for WafNull
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