pub struct UserMostValuablePost;
Trait Implementations§
Source§impl HasField<__typename> for UserMostValuablePost
impl HasField<__typename> for UserMostValuablePost
Source§impl HasField<_id> for UserMostValuablePost
impl HasField<_id> for UserMostValuablePost
Source§impl HasField<createdAt> for UserMostValuablePost
impl HasField<createdAt> for UserMostValuablePost
Source§impl HasField<deleted> for UserMostValuablePost
impl HasField<deleted> for UserMostValuablePost
Source§impl HasField<legacyData> for UserMostValuablePost
impl HasField<legacyData> for UserMostValuablePost
Source§impl HasField<post> for UserMostValuablePost
impl HasField<post> for UserMostValuablePost
Source§impl HasField<postId> for UserMostValuablePost
impl HasField<postId> for UserMostValuablePost
Source§impl HasField<schemaVersion> for UserMostValuablePost
impl HasField<schemaVersion> for UserMostValuablePost
Source§impl HasField<user> for UserMostValuablePost
impl HasField<user> for UserMostValuablePost
Source§impl HasField<userId> for UserMostValuablePost
impl HasField<userId> for UserMostValuablePost
Auto Trait Implementations§
impl Freeze for UserMostValuablePost
impl RefUnwindSafe for UserMostValuablePost
impl Send for UserMostValuablePost
impl Sync for UserMostValuablePost
impl Unpin for UserMostValuablePost
impl UnwindSafe for UserMostValuablePost
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