pub struct SinglePostOutput;
Trait Implementations§
Source§impl HasField<__typename> for SinglePostOutput
impl HasField<__typename> for SinglePostOutput
Source§impl HasField<result> for SinglePostOutput
impl HasField<result> for SinglePostOutput
Auto Trait Implementations§
impl Freeze for SinglePostOutput
impl RefUnwindSafe for SinglePostOutput
impl Send for SinglePostOutput
impl Sync for SinglePostOutput
impl Unpin for SinglePostOutput
impl UnwindSafe for SinglePostOutput
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