pub struct updateContinueReading;
Trait Implementations§
Source§impl Field for updateContinueReading
impl Field for updateContinueReading
Source§impl HasArgument<postId> for updateContinueReading
impl HasArgument<postId> for updateContinueReading
Auto Trait Implementations§
impl Freeze for updateContinueReading
impl RefUnwindSafe for updateContinueReading
impl Send for updateContinueReading
impl Sync for updateContinueReading
impl Unpin for updateContinueReading
impl UnwindSafe for updateContinueReading
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