pub struct GetUltraV1ShieldResponse {
pub warnings: GetUltraV1ShieldResponseWarnings,
}Fields§
§warnings: GetUltraV1ShieldResponseWarningsTrait Implementations§
Source§impl Clone for GetUltraV1ShieldResponse
impl Clone for GetUltraV1ShieldResponse
Source§fn clone(&self) -> GetUltraV1ShieldResponse
fn clone(&self) -> GetUltraV1ShieldResponse
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 GetUltraV1ShieldResponse
impl Debug for GetUltraV1ShieldResponse
Source§impl<'de> Deserialize<'de> for GetUltraV1ShieldResponse
impl<'de> Deserialize<'de> for GetUltraV1ShieldResponse
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 GetUltraV1ShieldResponse
impl RefUnwindSafe for GetUltraV1ShieldResponse
impl Send for GetUltraV1ShieldResponse
impl Sync for GetUltraV1ShieldResponse
impl Unpin for GetUltraV1ShieldResponse
impl UnsafeUnpin for GetUltraV1ShieldResponse
impl UnwindSafe for GetUltraV1ShieldResponse
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