pub struct Customer;Trait Implementations§
Source§impl HasField<__typename> for Customer
impl HasField<__typename> for Customer
Source§impl HasField<approximateNeedCount> for Customer
impl HasField<approximateNeedCount> for Customer
Source§impl HasField<archivedAt> for Customer
impl HasField<archivedAt> for Customer
Source§impl HasField<externalIds> for Customer
impl HasField<externalIds> for Customer
Source§impl HasField<integration> for Customer
impl HasField<integration> for Customer
Source§type Type = Option<Integration>
type Type = Option<Integration>
The schema marker type of this field.
Source§impl HasField<mainSourceId> for Customer
impl HasField<mainSourceId> for Customer
Source§impl HasField<slackChannelId> for Customer
impl HasField<slackChannelId> for Customer
Source§impl HasField<status> for Customer
impl HasField<status> for Customer
Source§type Type = CustomerStatus
type Type = CustomerStatus
The schema marker type of this field.
Source§impl HasField<tier> for Customer
impl HasField<tier> for Customer
Source§type Type = Option<CustomerTier>
type Type = Option<CustomerTier>
The schema marker type of this field.
impl HasSubtype<Customer> for Node
Auto Trait Implementations§
impl Freeze for Customer
impl RefUnwindSafe for Customer
impl Send for Customer
impl Sync for Customer
impl Unpin for Customer
impl UnwindSafe for Customer
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