pub struct DescribeLoadBalancerPoliciesInput {
pub load_balancer_name: Option<String>,
pub policy_names: Option<Vec<String>>,
}Expand description
Contains the parameters for DescribeLoadBalancerPolicies.
Fields§
§load_balancer_name: Option<String>The name of the load balancer.
policy_names: Option<Vec<String>>The names of the policies.
Trait Implementations§
Source§impl Clone for DescribeLoadBalancerPoliciesInput
impl Clone for DescribeLoadBalancerPoliciesInput
Source§fn clone(&self) -> DescribeLoadBalancerPoliciesInput
fn clone(&self) -> DescribeLoadBalancerPoliciesInput
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 Default for DescribeLoadBalancerPoliciesInput
impl Default for DescribeLoadBalancerPoliciesInput
Source§fn default() -> DescribeLoadBalancerPoliciesInput
fn default() -> DescribeLoadBalancerPoliciesInput
Returns the “default value” for a type. Read more
Source§impl PartialEq for DescribeLoadBalancerPoliciesInput
impl PartialEq for DescribeLoadBalancerPoliciesInput
Source§fn eq(&self, other: &DescribeLoadBalancerPoliciesInput) -> bool
fn eq(&self, other: &DescribeLoadBalancerPoliciesInput) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DescribeLoadBalancerPoliciesInput
Auto Trait Implementations§
impl Freeze for DescribeLoadBalancerPoliciesInput
impl RefUnwindSafe for DescribeLoadBalancerPoliciesInput
impl Send for DescribeLoadBalancerPoliciesInput
impl Sync for DescribeLoadBalancerPoliciesInput
impl Unpin for DescribeLoadBalancerPoliciesInput
impl UnwindSafe for DescribeLoadBalancerPoliciesInput
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