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