pub struct ListPolicyVersionsRequest {
pub policy_name: String,
}Expand description
The input for the ListPolicyVersions operation.
Fields§
§policy_name: StringThe policy name.
Trait Implementations§
Source§impl Clone for ListPolicyVersionsRequest
impl Clone for ListPolicyVersionsRequest
Source§fn clone(&self) -> ListPolicyVersionsRequest
fn clone(&self) -> ListPolicyVersionsRequest
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 ListPolicyVersionsRequest
impl Debug for ListPolicyVersionsRequest
Source§impl Default for ListPolicyVersionsRequest
impl Default for ListPolicyVersionsRequest
Source§fn default() -> ListPolicyVersionsRequest
fn default() -> ListPolicyVersionsRequest
Returns the “default value” for a type. Read more
impl StructuralPartialEq for ListPolicyVersionsRequest
Auto Trait Implementations§
impl Freeze for ListPolicyVersionsRequest
impl RefUnwindSafe for ListPolicyVersionsRequest
impl Send for ListPolicyVersionsRequest
impl Sync for ListPolicyVersionsRequest
impl Unpin for ListPolicyVersionsRequest
impl UnwindSafe for ListPolicyVersionsRequest
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