Struct nektar::GetPrincipalsInRoleResponse
source · pub struct GetPrincipalsInRoleResponse {
pub principal_grants: Vec<RolePrincipalGrant>,
}Fields§
§principal_grants: Vec<RolePrincipalGrant>Implementations§
source§impl GetPrincipalsInRoleResponse
impl GetPrincipalsInRoleResponse
pub fn new( principal_grants: Vec<RolePrincipalGrant> ) -> GetPrincipalsInRoleResponse
Trait Implementations§
source§impl Clone for GetPrincipalsInRoleResponse
impl Clone for GetPrincipalsInRoleResponse
source§fn clone(&self) -> GetPrincipalsInRoleResponse
fn clone(&self) -> GetPrincipalsInRoleResponse
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 Debug for GetPrincipalsInRoleResponse
impl Debug for GetPrincipalsInRoleResponse
source§impl Hash for GetPrincipalsInRoleResponse
impl Hash for GetPrincipalsInRoleResponse
source§impl Ord for GetPrincipalsInRoleResponse
impl Ord for GetPrincipalsInRoleResponse
source§fn cmp(&self, other: &GetPrincipalsInRoleResponse) -> Ordering
fn cmp(&self, other: &GetPrincipalsInRoleResponse) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for GetPrincipalsInRoleResponse
impl PartialEq for GetPrincipalsInRoleResponse
source§fn eq(&self, other: &GetPrincipalsInRoleResponse) -> bool
fn eq(&self, other: &GetPrincipalsInRoleResponse) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for GetPrincipalsInRoleResponse
impl PartialOrd for GetPrincipalsInRoleResponse
source§fn partial_cmp(&self, other: &GetPrincipalsInRoleResponse) -> Option<Ordering>
fn partial_cmp(&self, other: &GetPrincipalsInRoleResponse) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moresource§impl TSerializable for GetPrincipalsInRoleResponse
impl TSerializable for GetPrincipalsInRoleResponse
fn read_from_in_protocol( i_prot: &mut dyn TInputProtocol ) -> Result<GetPrincipalsInRoleResponse>
fn write_to_out_protocol(&self, o_prot: &mut dyn TOutputProtocol) -> Result<()>
impl Eq for GetPrincipalsInRoleResponse
impl StructuralEq for GetPrincipalsInRoleResponse
impl StructuralPartialEq for GetPrincipalsInRoleResponse
Auto Trait Implementations§
impl RefUnwindSafe for GetPrincipalsInRoleResponse
impl Send for GetPrincipalsInRoleResponse
impl Sync for GetPrincipalsInRoleResponse
impl Unpin for GetPrincipalsInRoleResponse
impl UnwindSafe for GetPrincipalsInRoleResponse
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