pub struct GetCommentPredictionsRequest {
pub uids: Vec<String>,
pub threshold: Option<CommentPredictionsThreshold>,
pub labels: Option<Vec<TriggerLabelThreshold>>,
}
Fields§
§uids: Vec<String>
§threshold: Option<CommentPredictionsThreshold>
§labels: Option<Vec<TriggerLabelThreshold>>
Trait Implementations§
Source§impl Clone for GetCommentPredictionsRequest
impl Clone for GetCommentPredictionsRequest
Source§fn clone(&self) -> GetCommentPredictionsRequest
fn clone(&self) -> GetCommentPredictionsRequest
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for GetCommentPredictionsRequest
impl Debug for GetCommentPredictionsRequest
Auto Trait Implementations§
impl Freeze for GetCommentPredictionsRequest
impl RefUnwindSafe for GetCommentPredictionsRequest
impl Send for GetCommentPredictionsRequest
impl Sync for GetCommentPredictionsRequest
impl Unpin for GetCommentPredictionsRequest
impl UnwindSafe for GetCommentPredictionsRequest
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