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