pub struct post;
Trait Implementations§
Source§impl HasArgument<input> for post
impl HasArgument<input> for post
Source§type ArgumentType = Option<SinglePostInput>
type ArgumentType = Option<SinglePostInput>
The schema marker type of this argument.
Auto Trait Implementations§
impl Freeze for post
impl RefUnwindSafe for post
impl Send for post
impl Sync for post
impl Unpin for post
impl UnwindSafe for post
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