pub struct CustomerNotificationSubscription;Trait Implementations§
Source§impl HasField<contextViewType> for CustomerNotificationSubscription
impl HasField<contextViewType> for CustomerNotificationSubscription
Source§type Type = Option<ContextViewType>
type Type = Option<ContextViewType>
The schema marker type of this field.
Source§impl HasField<customView> for CustomerNotificationSubscription
impl HasField<customView> for CustomerNotificationSubscription
Source§type Type = Option<CustomView>
type Type = Option<CustomView>
The schema marker type of this field.
Source§impl HasField<initiative> for CustomerNotificationSubscription
impl HasField<initiative> for CustomerNotificationSubscription
Source§type Type = Option<Initiative>
type Type = Option<Initiative>
The schema marker type of this field.
Source§impl HasField<label> for CustomerNotificationSubscription
impl HasField<label> for CustomerNotificationSubscription
Source§type Type = Option<IssueLabel>
type Type = Option<IssueLabel>
The schema marker type of this field.
Source§impl HasField<userContextViewType> for CustomerNotificationSubscription
impl HasField<userContextViewType> for CustomerNotificationSubscription
Source§type Type = Option<UserContextViewType>
type Type = Option<UserContextViewType>
The schema marker type of this field.
impl HasSubtype<CustomerNotificationSubscription> for Entity
impl HasSubtype<CustomerNotificationSubscription> for Node
impl HasSubtype<CustomerNotificationSubscription> for NotificationSubscription
Auto Trait Implementations§
impl Freeze for CustomerNotificationSubscription
impl RefUnwindSafe for CustomerNotificationSubscription
impl Send for CustomerNotificationSubscription
impl Sync for CustomerNotificationSubscription
impl Unpin for CustomerNotificationSubscription
impl UnwindSafe for CustomerNotificationSubscription
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