pub struct MarkFileAsViewedPayload;Trait Implementations§
Source§impl HasField<__typename> for MarkFileAsViewedPayload
impl HasField<__typename> for MarkFileAsViewedPayload
Source§impl HasField<pullRequest> for MarkFileAsViewedPayload
impl HasField<pullRequest> for MarkFileAsViewedPayload
Source§type Type = Option<PullRequest>
type Type = Option<PullRequest>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for MarkFileAsViewedPayload
impl RefUnwindSafe for MarkFileAsViewedPayload
impl Send for MarkFileAsViewedPayload
impl Sync for MarkFileAsViewedPayload
impl Unpin for MarkFileAsViewedPayload
impl UnwindSafe for MarkFileAsViewedPayload
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