pub struct Favorite;Trait Implementations§
Source§impl HasField<__typename> for Favorite
impl HasField<__typename> for Favorite
Source§impl HasField<archivedAt> for Favorite
impl HasField<archivedAt> for Favorite
Source§impl HasField<children> for Favorite
impl HasField<children> for Favorite
Source§type Type = FavoriteConnection
type Type = FavoriteConnection
The schema marker type of this field.
Source§impl HasField<customView> for Favorite
impl HasField<customView> for Favorite
Source§type Type = Option<CustomView>
type Type = Option<CustomView>
The schema marker type of this field.
Source§impl HasField<folderName> for Favorite
impl HasField<folderName> for Favorite
Source§impl HasField<initiative> for Favorite
impl HasField<initiative> for Favorite
Source§type Type = Option<Initiative>
type Type = Option<Initiative>
The schema marker type of this field.
Source§impl HasField<initiativeTab> for Favorite
impl HasField<initiativeTab> for Favorite
Source§type Type = Option<InitiativeTab>
type Type = Option<InitiativeTab>
The schema marker type of this field.
Source§impl HasField<label> for Favorite
impl HasField<label> for Favorite
Source§type Type = Option<IssueLabel>
type Type = Option<IssueLabel>
The schema marker type of this field.
Source§impl HasField<predefinedViewTeam> for Favorite
impl HasField<predefinedViewTeam> for Favorite
Source§impl HasField<predefinedViewType> for Favorite
impl HasField<predefinedViewType> for Favorite
Source§impl HasField<projectLabel> for Favorite
impl HasField<projectLabel> for Favorite
Source§type Type = Option<ProjectLabel>
type Type = Option<ProjectLabel>
The schema marker type of this field.
Source§impl HasField<projectTab> for Favorite
impl HasField<projectTab> for Favorite
Source§type Type = Option<ProjectTab>
type Type = Option<ProjectTab>
The schema marker type of this field.
Source§impl HasField<projectTeam> for Favorite
impl HasField<projectTeam> for Favorite
Source§impl HasField<pullRequest> for Favorite
impl HasField<pullRequest> for Favorite
Source§type Type = Option<PullRequest>
type Type = Option<PullRequest>
The schema marker type of this field.
Source§impl HasField<releasePipeline> for Favorite
impl HasField<releasePipeline> for Favorite
Source§type Type = Option<ReleasePipeline>
type Type = Option<ReleasePipeline>
The schema marker type of this field.
impl HasSubtype<Favorite> for Node
Auto Trait Implementations§
impl Freeze for Favorite
impl RefUnwindSafe for Favorite
impl Send for Favorite
impl Sync for Favorite
impl Unpin for Favorite
impl UnwindSafe for Favorite
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