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