pub struct AccountGrant {
pub provider: String,
pub placement: Placement,
pub account_id: String,
pub tenant_id: String,
pub scope_id: String,
pub user_id: String,
pub default: bool,
}Fields§
§provider: String§placement: Placement§account_id: String§tenant_id: String§scope_id: String§user_id: String§default: boolTrait Implementations§
Source§impl Clone for AccountGrant
impl Clone for AccountGrant
Source§fn clone(&self) -> AccountGrant
fn clone(&self) -> AccountGrant
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 AccountGrant
impl Debug for AccountGrant
Source§impl<'de> Deserialize<'de> for AccountGrant
impl<'de> Deserialize<'de> for AccountGrant
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
impl Eq for AccountGrant
Source§impl PartialEq for AccountGrant
impl PartialEq for AccountGrant
Source§impl Serialize for AccountGrant
impl Serialize for AccountGrant
impl StructuralPartialEq for AccountGrant
Auto Trait Implementations§
impl Freeze for AccountGrant
impl RefUnwindSafe for AccountGrant
impl Send for AccountGrant
impl Sync for AccountGrant
impl Unpin for AccountGrant
impl UnsafeUnpin for AccountGrant
impl UnwindSafe for AccountGrant
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