pub struct BatchAssociateUserStackRequest {
pub user_stack_associations: Vec<UserStackAssociation>,
}
Fields§
§user_stack_associations: Vec<UserStackAssociation>
The list of UserStackAssociation objects.
Trait Implementations§
Source§impl Clone for BatchAssociateUserStackRequest
impl Clone for BatchAssociateUserStackRequest
Source§fn clone(&self) -> BatchAssociateUserStackRequest
fn clone(&self) -> BatchAssociateUserStackRequest
Returns a copy 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 BatchAssociateUserStackRequest
impl Default for BatchAssociateUserStackRequest
Source§fn default() -> BatchAssociateUserStackRequest
fn default() -> BatchAssociateUserStackRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for BatchAssociateUserStackRequest
impl PartialEq for BatchAssociateUserStackRequest
Source§fn eq(&self, other: &BatchAssociateUserStackRequest) -> bool
fn eq(&self, other: &BatchAssociateUserStackRequest) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for BatchAssociateUserStackRequest
Auto Trait Implementations§
impl Freeze for BatchAssociateUserStackRequest
impl RefUnwindSafe for BatchAssociateUserStackRequest
impl Send for BatchAssociateUserStackRequest
impl Sync for BatchAssociateUserStackRequest
impl Unpin for BatchAssociateUserStackRequest
impl UnwindSafe for BatchAssociateUserStackRequest
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