Struct kanidmd_lib::idm::delayed::Oauth2ConsentGrant
source · [−]pub struct Oauth2ConsentGrant {
pub target_uuid: Uuid,
pub oauth2_rs_uuid: Uuid,
pub scopes: Vec<String>,
}
Fields
target_uuid: Uuid
oauth2_rs_uuid: Uuid
scopes: Vec<String>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Oauth2ConsentGrant
impl Send for Oauth2ConsentGrant
impl Sync for Oauth2ConsentGrant
impl Unpin for Oauth2ConsentGrant
impl UnwindSafe for Oauth2ConsentGrant
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more