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