pub struct ArrayItemItem {
pub message: Option<String>,
pub severity: Option<GetUltraV1ShieldResponseSeverity>,
pub source: Option<GetUltraV1ShieldResponseSource>,
pub type: Option<GetUltraV1ShieldResponseType>,
}Fields§
§message: Option<String>- Human-readable warning message
severity: Option<GetUltraV1ShieldResponseSeverity>- Severity level of the warning
source: Option<GetUltraV1ShieldResponseSource>- Optional external source of the warning
type: Option<GetUltraV1ShieldResponseType>- Type of warning for the token
Trait Implementations§
Source§impl Clone for ArrayItemItem
impl Clone for ArrayItemItem
Source§fn clone(&self) -> ArrayItemItem
fn clone(&self) -> ArrayItemItem
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ArrayItemItem
impl Debug for ArrayItemItem
Source§impl Default for ArrayItemItem
impl Default for ArrayItemItem
Source§fn default() -> ArrayItemItem
fn default() -> ArrayItemItem
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ArrayItemItem
impl<'de> Deserialize<'de> for ArrayItemItem
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for ArrayItemItem
impl RefUnwindSafe for ArrayItemItem
impl Send for ArrayItemItem
impl Sync for ArrayItemItem
impl Unpin for ArrayItemItem
impl UnsafeUnpin for ArrayItemItem
impl UnwindSafe for ArrayItemItem
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