pub struct canonicalPrevPostSlug;
Trait Implementations§
Source§impl Field for canonicalPrevPostSlug
impl Field for canonicalPrevPostSlug
impl HasInputField<canonicalPrevPostSlug, Option<String>> for UpdatePostDataInput
Auto Trait Implementations§
impl Freeze for canonicalPrevPostSlug
impl RefUnwindSafe for canonicalPrevPostSlug
impl Send for canonicalPrevPostSlug
impl Sync for canonicalPrevPostSlug
impl Unpin for canonicalPrevPostSlug
impl UnwindSafe for canonicalPrevPostSlug
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