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