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