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