pub struct ListTargetsForPolicyRequest {
pub marker: Option<String>,
pub page_size: Option<i64>,
pub policy_name: String,
}Fields§
§marker: Option<String>A marker used to get the next set of results.
page_size: Option<i64>The maximum number of results to return at one time.
policy_name: StringThe policy name.
Trait Implementations§
Source§impl Clone for ListTargetsForPolicyRequest
impl Clone for ListTargetsForPolicyRequest
Source§fn clone(&self) -> ListTargetsForPolicyRequest
fn clone(&self) -> ListTargetsForPolicyRequest
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 ListTargetsForPolicyRequest
impl Debug for ListTargetsForPolicyRequest
Source§impl Default for ListTargetsForPolicyRequest
impl Default for ListTargetsForPolicyRequest
Source§fn default() -> ListTargetsForPolicyRequest
fn default() -> ListTargetsForPolicyRequest
Returns the “default value” for a type. Read more
impl StructuralPartialEq for ListTargetsForPolicyRequest
Auto Trait Implementations§
impl Freeze for ListTargetsForPolicyRequest
impl RefUnwindSafe for ListTargetsForPolicyRequest
impl Send for ListTargetsForPolicyRequest
impl Sync for ListTargetsForPolicyRequest
impl Unpin for ListTargetsForPolicyRequest
impl UnwindSafe for ListTargetsForPolicyRequest
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