pub struct PinnedEvent;
Trait Implementations§
Source§impl HasField<__typename> for PinnedEvent
impl HasField<__typename> for PinnedEvent
Source§impl HasField<actor> for PinnedEvent
impl HasField<actor> for PinnedEvent
Source§impl HasField<createdAt> for PinnedEvent
impl HasField<createdAt> for PinnedEvent
Source§impl HasField<issue> for PinnedEvent
impl HasField<issue> for PinnedEvent
Source§impl NamedType for PinnedEvent
impl NamedType for PinnedEvent
impl HasSubtype<PinnedEvent> for IssueTimelineItems
impl HasSubtype<PinnedEvent> for Node
impl HasSubtype<PinnedEvent> for PullRequestTimelineItems
Auto Trait Implementations§
impl Freeze for PinnedEvent
impl RefUnwindSafe for PinnedEvent
impl Send for PinnedEvent
impl Sync for PinnedEvent
impl Unpin for PinnedEvent
impl UnwindSafe for PinnedEvent
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