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