pub struct Enterprise;Trait Implementations§
Source§impl HasField<__typename> for Enterprise
impl HasField<__typename> for Enterprise
Source§impl HasField<announcement> for Enterprise
impl HasField<announcement> for Enterprise
Source§impl HasField<announcementExpiresAt> for Enterprise
impl HasField<announcementExpiresAt> for Enterprise
Source§impl HasField<avatarUrl> for Enterprise
impl HasField<avatarUrl> for Enterprise
Source§impl HasField<billingInfo> for Enterprise
impl HasField<billingInfo> for Enterprise
Source§type Type = Option<EnterpriseBillingInfo>
type Type = Option<EnterpriseBillingInfo>
The schema marker type of this field.
Source§impl HasField<createdAt> for Enterprise
impl HasField<createdAt> for Enterprise
Source§impl HasField<databaseId> for Enterprise
impl HasField<databaseId> for Enterprise
Source§impl HasField<description> for Enterprise
impl HasField<description> for Enterprise
Source§impl HasField<descriptionHTML> for Enterprise
impl HasField<descriptionHTML> for Enterprise
Source§impl HasField<location> for Enterprise
impl HasField<location> for Enterprise
Source§impl HasField<members> for Enterprise
impl HasField<members> for Enterprise
Source§type Type = EnterpriseMemberConnection
type Type = EnterpriseMemberConnection
The schema marker type of this field.
Source§impl HasField<name> for Enterprise
impl HasField<name> for Enterprise
Source§impl HasField<organizations> for Enterprise
impl HasField<organizations> for Enterprise
Source§type Type = OrganizationConnection
type Type = OrganizationConnection
The schema marker type of this field.
Source§impl HasField<ownerInfo> for Enterprise
impl HasField<ownerInfo> for Enterprise
Source§type Type = Option<EnterpriseOwnerInfo>
type Type = Option<EnterpriseOwnerInfo>
The schema marker type of this field.
Source§impl HasField<resourcePath> for Enterprise
impl HasField<resourcePath> for Enterprise
Source§impl HasField<slug> for Enterprise
impl HasField<slug> for Enterprise
Source§impl HasField<viewerIsAdmin> for Enterprise
impl HasField<viewerIsAdmin> for Enterprise
Source§impl HasField<websiteUrl> for Enterprise
impl HasField<websiteUrl> for Enterprise
Source§impl NamedType for Enterprise
impl NamedType for Enterprise
impl HasSubtype<Enterprise> for AnnouncementBanner
impl HasSubtype<Enterprise> for IpAllowListOwner
impl HasSubtype<Enterprise> for Node
impl HasSubtype<Enterprise> for VerifiableDomainOwner
Auto Trait Implementations§
impl Freeze for Enterprise
impl RefUnwindSafe for Enterprise
impl Send for Enterprise
impl Sync for Enterprise
impl Unpin for Enterprise
impl UnwindSafe for Enterprise
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