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