pub struct ScopeAuthorizationRequest {
pub tenant_id: String,
pub scope_id: String,
pub user_id: String,
pub requirement: ScopeAccessRequirement,
}Fields§
§tenant_id: String§scope_id: String§user_id: String§requirement: ScopeAccessRequirementTrait Implementations§
Source§impl Clone for ScopeAuthorizationRequest
impl Clone for ScopeAuthorizationRequest
Source§fn clone(&self) -> ScopeAuthorizationRequest
fn clone(&self) -> ScopeAuthorizationRequest
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 ScopeAuthorizationRequest
impl Debug for ScopeAuthorizationRequest
Source§impl<'de> Deserialize<'de> for ScopeAuthorizationRequest
impl<'de> Deserialize<'de> for ScopeAuthorizationRequest
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 ScopeAuthorizationRequest
impl StructuralPartialEq for ScopeAuthorizationRequest
Auto Trait Implementations§
impl Freeze for ScopeAuthorizationRequest
impl RefUnwindSafe for ScopeAuthorizationRequest
impl Send for ScopeAuthorizationRequest
impl Sync for ScopeAuthorizationRequest
impl Unpin for ScopeAuthorizationRequest
impl UnsafeUnpin for ScopeAuthorizationRequest
impl UnwindSafe for ScopeAuthorizationRequest
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