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