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