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