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