pub struct DescribeNetworkAclsResult {
pub network_acls: Option<Vec<NetworkAcl>>,
pub next_token: Option<String>,
}Fields§
§network_acls: Option<Vec<NetworkAcl>>Information about one or more network ACLs.
next_token: Option<String>The token to use to retrieve the next page of results. This value is null when there are no more results to return.
Trait Implementations§
Source§impl Clone for DescribeNetworkAclsResult
impl Clone for DescribeNetworkAclsResult
Source§fn clone(&self) -> DescribeNetworkAclsResult
fn clone(&self) -> DescribeNetworkAclsResult
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 DescribeNetworkAclsResult
impl Debug for DescribeNetworkAclsResult
Source§impl Default for DescribeNetworkAclsResult
impl Default for DescribeNetworkAclsResult
Source§fn default() -> DescribeNetworkAclsResult
fn default() -> DescribeNetworkAclsResult
Returns the “default value” for a type. Read more
impl StructuralPartialEq for DescribeNetworkAclsResult
Auto Trait Implementations§
impl Freeze for DescribeNetworkAclsResult
impl RefUnwindSafe for DescribeNetworkAclsResult
impl Send for DescribeNetworkAclsResult
impl Sync for DescribeNetworkAclsResult
impl Unpin for DescribeNetworkAclsResult
impl UnwindSafe for DescribeNetworkAclsResult
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