pub struct AuthOrganization;Trait Implementations§
Source§impl HasField<__typename> for AuthOrganization
impl HasField<__typename> for AuthOrganization
Source§impl HasField<createdAt> for AuthOrganization
impl HasField<createdAt> for AuthOrganization
Source§impl HasField<enabled> for AuthOrganization
impl HasField<enabled> for AuthOrganization
Source§impl HasField<id> for AuthOrganization
impl HasField<id> for AuthOrganization
Source§impl HasField<logoUrl> for AuthOrganization
impl HasField<logoUrl> for AuthOrganization
Source§impl HasField<name> for AuthOrganization
impl HasField<name> for AuthOrganization
Source§impl HasField<previousUrlKeys> for AuthOrganization
impl HasField<previousUrlKeys> for AuthOrganization
Source§impl HasField<region> for AuthOrganization
impl HasField<region> for AuthOrganization
Source§impl HasField<releaseChannel> for AuthOrganization
impl HasField<releaseChannel> for AuthOrganization
Source§type Type = ReleaseChannel
type Type = ReleaseChannel
The schema marker type of this field.
Source§impl HasField<samlEnabled> for AuthOrganization
impl HasField<samlEnabled> for AuthOrganization
Source§impl HasField<samlSettings> for AuthOrganization
impl HasField<samlSettings> for AuthOrganization
Source§type Type = Option<JSONObject>
type Type = Option<JSONObject>
The schema marker type of this field.
Source§impl HasField<scimEnabled> for AuthOrganization
impl HasField<scimEnabled> for AuthOrganization
Source§impl HasField<serviceId> for AuthOrganization
impl HasField<serviceId> for AuthOrganization
Source§impl HasField<urlKey> for AuthOrganization
impl HasField<urlKey> for AuthOrganization
Source§impl HasField<userCount> for AuthOrganization
impl HasField<userCount> for AuthOrganization
Auto Trait Implementations§
impl Freeze for AuthOrganization
impl RefUnwindSafe for AuthOrganization
impl Send for AuthOrganization
impl Sync for AuthOrganization
impl Unpin for AuthOrganization
impl UnwindSafe for AuthOrganization
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