pub struct feedCommentThread;
Trait Implementations§
Source§impl Field for feedCommentThread
impl Field for feedCommentThread
Source§impl HasField<feedCommentThread> for UltraFeedEntryType
impl HasField<feedCommentThread> for UltraFeedEntryType
Source§type Type = Option<FeedCommentThread>
type Type = Option<FeedCommentThread>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for feedCommentThread
impl RefUnwindSafe for feedCommentThread
impl Send for feedCommentThread
impl Sync for feedCommentThread
impl Unpin for feedCommentThread
impl UnwindSafe for feedCommentThread
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