pub struct ConsoleApiRoleAssignmentRow {
pub principal_id: String,
pub role: String,
pub scope: String,
}Fields§
§principal_id: String§role: String§scope: StringTrait Implementations§
Source§impl Clone for ConsoleApiRoleAssignmentRow
impl Clone for ConsoleApiRoleAssignmentRow
Source§fn clone(&self) -> ConsoleApiRoleAssignmentRow
fn clone(&self) -> ConsoleApiRoleAssignmentRow
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ConsoleApiRoleAssignmentRow
impl Debug for ConsoleApiRoleAssignmentRow
Source§impl<'de> Deserialize<'de> for ConsoleApiRoleAssignmentRow
impl<'de> Deserialize<'de> for ConsoleApiRoleAssignmentRow
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 ConsoleApiRoleAssignmentRow
impl PartialEq for ConsoleApiRoleAssignmentRow
Source§fn eq(&self, other: &ConsoleApiRoleAssignmentRow) -> bool
fn eq(&self, other: &ConsoleApiRoleAssignmentRow) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for ConsoleApiRoleAssignmentRow
impl StructuralPartialEq for ConsoleApiRoleAssignmentRow
Auto Trait Implementations§
impl Freeze for ConsoleApiRoleAssignmentRow
impl RefUnwindSafe for ConsoleApiRoleAssignmentRow
impl Send for ConsoleApiRoleAssignmentRow
impl Sync for ConsoleApiRoleAssignmentRow
impl Unpin for ConsoleApiRoleAssignmentRow
impl UnsafeUnpin for ConsoleApiRoleAssignmentRow
impl UnwindSafe for ConsoleApiRoleAssignmentRow
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