pub struct VoteCommentRequest {
pub value: i16,
}Fields§
§value: i16Trait Implementations§
impl ApiRequest for VoteCommentRequest
Source§impl Debug for VoteCommentRequest
impl Debug for VoteCommentRequest
Source§impl<'de> Deserialize<'de> for VoteCommentRequest
impl<'de> Deserialize<'de> for VoteCommentRequest
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for VoteCommentRequest
impl RefUnwindSafe for VoteCommentRequest
impl Send for VoteCommentRequest
impl Sync for VoteCommentRequest
impl Unpin for VoteCommentRequest
impl UnsafeUnpin for VoteCommentRequest
impl UnwindSafe for VoteCommentRequest
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