pub struct UnmarkFileAsViewedInput;Trait Implementations§
impl HasInputField<clientMutationId, Option<String>> for UnmarkFileAsViewedInput
impl HasInputField<path, String> for UnmarkFileAsViewedInput
impl HasInputField<pullRequestId, Id> for UnmarkFileAsViewedInput
impl InputObjectMarker for UnmarkFileAsViewedInput
Auto Trait Implementations§
impl Freeze for UnmarkFileAsViewedInput
impl RefUnwindSafe for UnmarkFileAsViewedInput
impl Send for UnmarkFileAsViewedInput
impl Sync for UnmarkFileAsViewedInput
impl Unpin for UnmarkFileAsViewedInput
impl UnwindSafe for UnmarkFileAsViewedInput
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