pub struct Allowed {
pub policies: Option<Vec<Policy>>,
}Expand description
Contains information that allowed the authorization.
Fields§
§policies: Option<Vec<Policy>>A list of policies that allowed the authentication.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Allowed
impl<'de> Deserialize<'de> for Allowed
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 StructuralPartialEq for Allowed
Auto Trait Implementations§
impl Freeze for Allowed
impl RefUnwindSafe for Allowed
impl Send for Allowed
impl Sync for Allowed
impl Unpin for Allowed
impl UnwindSafe for Allowed
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