pub struct unmarkFileAsViewed;
Trait Implementations§
Source§impl Field for unmarkFileAsViewed
impl Field for unmarkFileAsViewed
Source§impl HasArgument<input> for unmarkFileAsViewed
impl HasArgument<input> for unmarkFileAsViewed
Source§type ArgumentType = UnmarkFileAsViewedInput
type ArgumentType = UnmarkFileAsViewedInput
The schema marker type of this argument.
Source§impl HasField<unmarkFileAsViewed> for Mutation
impl HasField<unmarkFileAsViewed> for Mutation
Source§type Type = Option<UnmarkFileAsViewedPayload>
type Type = Option<UnmarkFileAsViewedPayload>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for unmarkFileAsViewed
impl RefUnwindSafe for unmarkFileAsViewed
impl Send for unmarkFileAsViewed
impl Sync for unmarkFileAsViewed
impl Unpin for unmarkFileAsViewed
impl UnwindSafe for unmarkFileAsViewed
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