pub struct SideCommentCache;
Trait Implementations§
Source§impl HasField<__typename> for SideCommentCache
impl HasField<__typename> for SideCommentCache
Source§impl HasField<_id> for SideCommentCache
impl HasField<_id> for SideCommentCache
Source§impl HasField<annotatedHtml> for SideCommentCache
impl HasField<annotatedHtml> for SideCommentCache
Source§impl HasField<commentsByBlock> for SideCommentCache
impl HasField<commentsByBlock> for SideCommentCache
Source§impl HasField<createdAt> for SideCommentCache
impl HasField<createdAt> for SideCommentCache
Source§impl HasField<legacyData> for SideCommentCache
impl HasField<legacyData> for SideCommentCache
Source§impl HasField<postId> for SideCommentCache
impl HasField<postId> for SideCommentCache
Source§impl HasField<schemaVersion> for SideCommentCache
impl HasField<schemaVersion> for SideCommentCache
Source§impl HasField<version> for SideCommentCache
impl HasField<version> for SideCommentCache
Auto Trait Implementations§
impl Freeze for SideCommentCache
impl RefUnwindSafe for SideCommentCache
impl Send for SideCommentCache
impl Sync for SideCommentCache
impl Unpin for SideCommentCache
impl UnwindSafe for SideCommentCache
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