pub struct AzureRoleRequest {
pub azure_roles: Option<Value>,
pub azure_groups: Option<Value>,
pub application_object_id: Option<String>,
pub ttl: Option<String>,
pub max_ttl: Option<String>,
}Fields§
§azure_roles: Option<Value>§azure_groups: Option<Value>§application_object_id: Option<String>§ttl: Option<String>§max_ttl: Option<String>Trait Implementations§
Source§impl Clone for AzureRoleRequest
impl Clone for AzureRoleRequest
Source§fn clone(&self) -> AzureRoleRequest
fn clone(&self) -> AzureRoleRequest
Returns a duplicate 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 AzureRoleRequest
impl Debug for AzureRoleRequest
Source§impl Default for AzureRoleRequest
impl Default for AzureRoleRequest
Source§fn default() -> AzureRoleRequest
fn default() -> AzureRoleRequest
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AzureRoleRequest
impl RefUnwindSafe for AzureRoleRequest
impl Send for AzureRoleRequest
impl Sync for AzureRoleRequest
impl Unpin for AzureRoleRequest
impl UnsafeUnpin for AzureRoleRequest
impl UnwindSafe for AzureRoleRequest
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