pub struct SinglePostRelationInput;
Trait Implementations§
impl HasInputField<allowNull, Option<bool>> for SinglePostRelationInput
impl HasInputField<resolverArgs, Option<JSON>> for SinglePostRelationInput
impl HasInputField<selector, Option<SelectorInput>> for SinglePostRelationInput
impl InputObjectMarker for SinglePostRelationInput
Auto Trait Implementations§
impl Freeze for SinglePostRelationInput
impl RefUnwindSafe for SinglePostRelationInput
impl Send for SinglePostRelationInput
impl Sync for SinglePostRelationInput
impl Unpin for SinglePostRelationInput
impl UnwindSafe for SinglePostRelationInput
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