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