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