pub struct ListQuestionsRequest {
pub cursor: Option<String>,
pub limit: Option<u32>,
}Fields§
§cursor: Option<String>§limit: Option<u32>Trait Implementations§
impl ApiRequest for ListQuestionsRequest
Source§impl Debug for ListQuestionsRequest
impl Debug for ListQuestionsRequest
Source§impl Default for ListQuestionsRequest
impl Default for ListQuestionsRequest
Source§fn default() -> ListQuestionsRequest
fn default() -> ListQuestionsRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ListQuestionsRequest
impl<'de> Deserialize<'de> for ListQuestionsRequest
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 ListQuestionsRequest
impl RefUnwindSafe for ListQuestionsRequest
impl Send for ListQuestionsRequest
impl Sync for ListQuestionsRequest
impl Unpin for ListQuestionsRequest
impl UnsafeUnpin for ListQuestionsRequest
impl UnwindSafe for ListQuestionsRequest
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