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