pub struct samlIdentityProviderSettingOrganizations;Trait Implementations§
Source§impl HasArgument<orderBy> for samlIdentityProviderSettingOrganizations
impl HasArgument<orderBy> for samlIdentityProviderSettingOrganizations
Source§type ArgumentType = Option<OrganizationOrder>
type ArgumentType = Option<OrganizationOrder>
The schema marker type of this argument.
Source§impl HasArgument<value> for samlIdentityProviderSettingOrganizations
impl HasArgument<value> for samlIdentityProviderSettingOrganizations
Source§type ArgumentType = IdentityProviderConfigurationState
type ArgumentType = IdentityProviderConfigurationState
The schema marker type of this argument.
Source§impl HasField<samlIdentityProviderSettingOrganizations> for EnterpriseOwnerInfo
impl HasField<samlIdentityProviderSettingOrganizations> for EnterpriseOwnerInfo
Source§type Type = OrganizationConnection
type Type = OrganizationConnection
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for samlIdentityProviderSettingOrganizations
impl RefUnwindSafe for samlIdentityProviderSettingOrganizations
impl Send for samlIdentityProviderSettingOrganizations
impl Sync for samlIdentityProviderSettingOrganizations
impl Unpin for samlIdentityProviderSettingOrganizations
impl UnwindSafe for samlIdentityProviderSettingOrganizations
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