pub struct RealmOrganizationsWithOrgIdGroupsGroupByPathWithPathGet<'a, TS: KeycloakTokenSupplier> {
pub realm_admin: &'a KeycloakRealmAdmin<'a, TS>,
pub org_id: &'a str,
pub path: &'a str,
}Fields§
§realm_admin: &'a KeycloakRealmAdmin<'a, TS>Realm admin client
org_id: &'a str§path: &'a strImplementations§
Source§impl<'a, TS> RealmOrganizationsWithOrgIdGroupsGroupByPathWithPathGet<'a, TS>
impl<'a, TS> RealmOrganizationsWithOrgIdGroupsGroupByPathWithPathGet<'a, TS>
Trait Implementations§
Source§impl<'a, TS> IntoFuture for RealmOrganizationsWithOrgIdGroupsGroupByPathWithPathGet<'a, TS>
impl<'a, TS> IntoFuture for RealmOrganizationsWithOrgIdGroupsGroupByPathWithPathGet<'a, TS>
Source§type Output = Result<GroupRepresentation, KeycloakError>
type Output = Result<GroupRepresentation, KeycloakError>
The output that the future will produce on completion.
Source§type IntoFuture = Pin<Box<dyn Future<Output = <RealmOrganizationsWithOrgIdGroupsGroupByPathWithPathGet<'a, TS> as IntoFuture>::Output> + Send + 'a>>
type IntoFuture = Pin<Box<dyn Future<Output = <RealmOrganizationsWithOrgIdGroupsGroupByPathWithPathGet<'a, TS> as IntoFuture>::Output> + Send + 'a>>
Which kind of future are we turning this into?
Source§fn into_future(self) -> Self::IntoFuture
fn into_future(self) -> Self::IntoFuture
Creates a future from a value. Read more
Source§impl<'a, TS: KeycloakTokenSupplier + Send + Sync> KeycloakRealmAdminMethod for RealmOrganizationsWithOrgIdGroupsGroupByPathWithPathGet<'a, TS>
impl<'a, TS: KeycloakTokenSupplier + Send + Sync> KeycloakRealmAdminMethod for RealmOrganizationsWithOrgIdGroupsGroupByPathWithPathGet<'a, TS>
type Output = GroupRepresentation
type Args = RealmOrganizationsWithOrgIdGroupsGroupByPathWithPathGetArgs
fn opts( self, _: Self::Args, ) -> impl Future<Output = Result<Self::Output, KeycloakError>> + use<'a, TS>
fn with_default<F>( self, f: F, ) -> impl Future<Output = Result<Self::Output, KeycloakError>> + Send
fn builder<'m>(self) -> Builder<'m, Self>where
Self: 'm + Sized,
Auto Trait Implementations§
impl<'a, TS> !RefUnwindSafe for RealmOrganizationsWithOrgIdGroupsGroupByPathWithPathGet<'a, TS>
impl<'a, TS> !UnwindSafe for RealmOrganizationsWithOrgIdGroupsGroupByPathWithPathGet<'a, TS>
impl<'a, TS> Freeze for RealmOrganizationsWithOrgIdGroupsGroupByPathWithPathGet<'a, TS>
impl<'a, TS> Send for RealmOrganizationsWithOrgIdGroupsGroupByPathWithPathGet<'a, TS>where
TS: Sync,
impl<'a, TS> Sync for RealmOrganizationsWithOrgIdGroupsGroupByPathWithPathGet<'a, TS>where
TS: Sync,
impl<'a, TS> Unpin for RealmOrganizationsWithOrgIdGroupsGroupByPathWithPathGet<'a, TS>
impl<'a, TS> UnsafeUnpin for RealmOrganizationsWithOrgIdGroupsGroupByPathWithPathGet<'a, TS>
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