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