pub struct CustomView;Trait Implementations§
Source§impl HasField<__typename> for CustomView
impl HasField<__typename> for CustomView
Source§impl HasField<archivedAt> for CustomView
impl HasField<archivedAt> for CustomView
Source§impl HasField<color> for CustomView
impl HasField<color> for CustomView
Source§impl HasField<createdAt> for CustomView
impl HasField<createdAt> for CustomView
Source§impl HasField<creator> for CustomView
impl HasField<creator> for CustomView
Source§impl HasField<description> for CustomView
impl HasField<description> for CustomView
Source§impl HasField<facet> for CustomView
impl HasField<facet> for CustomView
Source§impl HasField<feedItemFilterData> for CustomView
impl HasField<feedItemFilterData> for CustomView
Source§type Type = Option<JSONObject>
type Type = Option<JSONObject>
The schema marker type of this field.
Source§impl HasField<filterData> for CustomView
impl HasField<filterData> for CustomView
Source§type Type = JSONObject
type Type = JSONObject
The schema marker type of this field.
Source§impl HasField<filters> for CustomView
impl HasField<filters> for CustomView
Source§type Type = JSONObject
type Type = JSONObject
The schema marker type of this field.
Source§impl HasField<icon> for CustomView
impl HasField<icon> for CustomView
Source§impl HasField<initiativeFilterData> for CustomView
impl HasField<initiativeFilterData> for CustomView
Source§type Type = Option<JSONObject>
type Type = Option<JSONObject>
The schema marker type of this field.
Source§impl HasField<initiatives> for CustomView
impl HasField<initiatives> for CustomView
Source§type Type = InitiativeConnection
type Type = InitiativeConnection
The schema marker type of this field.
Source§impl HasField<issues> for CustomView
impl HasField<issues> for CustomView
Source§type Type = IssueConnection
type Type = IssueConnection
The schema marker type of this field.
Source§impl HasField<modelName> for CustomView
impl HasField<modelName> for CustomView
Source§impl HasField<name> for CustomView
impl HasField<name> for CustomView
Source§impl HasField<organization> for CustomView
impl HasField<organization> for CustomView
Source§type Type = Organization
type Type = Organization
The schema marker type of this field.
Source§impl HasField<organizationViewPreferences> for CustomView
impl HasField<organizationViewPreferences> for CustomView
Source§type Type = Option<ViewPreferences>
type Type = Option<ViewPreferences>
The schema marker type of this field.
Source§impl HasField<owner> for CustomView
impl HasField<owner> for CustomView
Source§impl HasField<projectFilterData> for CustomView
impl HasField<projectFilterData> for CustomView
Source§type Type = Option<JSONObject>
type Type = Option<JSONObject>
The schema marker type of this field.
Source§impl HasField<projects> for CustomView
impl HasField<projects> for CustomView
Source§type Type = ProjectConnection
type Type = ProjectConnection
The schema marker type of this field.
Source§impl HasField<slugId> for CustomView
impl HasField<slugId> for CustomView
Source§impl HasField<team> for CustomView
impl HasField<team> for CustomView
Source§impl HasField<updatedAt> for CustomView
impl HasField<updatedAt> for CustomView
Source§impl HasField<updatedBy> for CustomView
impl HasField<updatedBy> for CustomView
Source§impl HasField<updates> for CustomView
impl HasField<updates> for CustomView
Source§type Type = FeedItemConnection
type Type = FeedItemConnection
The schema marker type of this field.
Source§impl HasField<userViewPreferences> for CustomView
impl HasField<userViewPreferences> for CustomView
Source§type Type = Option<ViewPreferences>
type Type = Option<ViewPreferences>
The schema marker type of this field.
Source§impl HasField<viewPreferencesValues> for CustomView
impl HasField<viewPreferencesValues> for CustomView
Source§type Type = Option<ViewPreferencesValues>
type Type = Option<ViewPreferencesValues>
The schema marker type of this field.
Source§impl NamedType for CustomView
impl NamedType for CustomView
impl HasSubtype<CustomView> for Node
Auto Trait Implementations§
impl Freeze for CustomView
impl RefUnwindSafe for CustomView
impl Send for CustomView
impl Sync for CustomView
impl Unpin for CustomView
impl UnwindSafe for CustomView
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