pub struct GetWebACLResponse {
pub web_acl: Option<WebACL>,
}Fields§
§web_acl: Option<WebACL>Information about the WebACL that you specified in the GetWebACL request. For more information, see the following topics:
Trait Implementations§
Source§impl Clone for GetWebACLResponse
impl Clone for GetWebACLResponse
Source§fn clone(&self) -> GetWebACLResponse
fn clone(&self) -> GetWebACLResponse
Returns a duplicate of the value. Read more
1.0.0 · 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 GetWebACLResponse
impl Debug for GetWebACLResponse
Source§impl Default for GetWebACLResponse
impl Default for GetWebACLResponse
Source§fn default() -> GetWebACLResponse
fn default() -> GetWebACLResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetWebACLResponse
impl<'de> Deserialize<'de> for GetWebACLResponse
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
Source§impl PartialEq for GetWebACLResponse
impl PartialEq for GetWebACLResponse
impl StructuralPartialEq for GetWebACLResponse
Auto Trait Implementations§
impl Freeze for GetWebACLResponse
impl RefUnwindSafe for GetWebACLResponse
impl Send for GetWebACLResponse
impl Sync for GetWebACLResponse
impl Unpin for GetWebACLResponse
impl UnwindSafe for GetWebACLResponse
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