pub struct BatchAssociateUserStackResult {
pub errors: Option<Vec<UserStackAssociationError>>,
}
Fields§
§errors: Option<Vec<UserStackAssociationError>>
The list of UserStackAssociationError objects.
Trait Implementations§
Source§impl Clone for BatchAssociateUserStackResult
impl Clone for BatchAssociateUserStackResult
Source§fn clone(&self) -> BatchAssociateUserStackResult
fn clone(&self) -> BatchAssociateUserStackResult
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 BatchAssociateUserStackResult
impl Default for BatchAssociateUserStackResult
Source§fn default() -> BatchAssociateUserStackResult
fn default() -> BatchAssociateUserStackResult
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BatchAssociateUserStackResult
impl<'de> Deserialize<'de> for BatchAssociateUserStackResult
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for BatchAssociateUserStackResult
impl PartialEq for BatchAssociateUserStackResult
Source§fn eq(&self, other: &BatchAssociateUserStackResult) -> bool
fn eq(&self, other: &BatchAssociateUserStackResult) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for BatchAssociateUserStackResult
Auto Trait Implementations§
impl Freeze for BatchAssociateUserStackResult
impl RefUnwindSafe for BatchAssociateUserStackResult
impl Send for BatchAssociateUserStackResult
impl Sync for BatchAssociateUserStackResult
impl Unpin for BatchAssociateUserStackResult
impl UnwindSafe for BatchAssociateUserStackResult
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