pub struct SinglePostRelationOutput;
Trait Implementations§
Source§impl HasField<result> for SinglePostRelationOutput
impl HasField<result> for SinglePostRelationOutput
Source§type Type = Option<PostRelation>
type Type = Option<PostRelation>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for SinglePostRelationOutput
impl RefUnwindSafe for SinglePostRelationOutput
impl Send for SinglePostRelationOutput
impl Sync for SinglePostRelationOutput
impl Unpin for SinglePostRelationOutput
impl UnwindSafe for SinglePostRelationOutput
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