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