pub struct Facet;Trait Implementations§
Source§impl HasField<__typename> for Facet
impl HasField<__typename> for Facet
Source§impl HasField<archivedAt> for Facet
impl HasField<archivedAt> for Facet
Source§impl HasField<sourceFeedUser> for Facet
impl HasField<sourceFeedUser> for Facet
Source§impl HasField<sourceInitiative> for Facet
impl HasField<sourceInitiative> for Facet
Source§type Type = Option<Initiative>
type Type = Option<Initiative>
The schema marker type of this field.
Source§impl HasField<sourceOrganization> for Facet
impl HasField<sourceOrganization> for Facet
Source§type Type = Option<Organization>
type Type = Option<Organization>
The schema marker type of this field.
Source§impl HasField<sourcePage> for Facet
impl HasField<sourcePage> for Facet
Source§type Type = Option<FacetPageSource>
type Type = Option<FacetPageSource>
The schema marker type of this field.
Source§impl HasField<sourceProject> for Facet
impl HasField<sourceProject> for Facet
Source§impl HasField<sourceTeam> for Facet
impl HasField<sourceTeam> for Facet
Source§impl HasField<targetCustomView> for Facet
impl HasField<targetCustomView> for Facet
Source§type Type = Option<CustomView>
type Type = Option<CustomView>
The schema marker type of this field.
impl HasSubtype<Facet> for Node
Auto Trait Implementations§
impl Freeze for Facet
impl RefUnwindSafe for Facet
impl Send for Facet
impl Sync for Facet
impl Unpin for Facet
impl UnwindSafe for Facet
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