pub struct CommentsListFileOptions {
pub fields: Option<Vec<String>>,
pub limit: Option<i64>,
pub offset: Option<i64>,
}Expand description
Optional parameters for CommentsManager::list_file.
Fields§
§fields: Option<Vec<String>>§limit: Option<i64>§offset: Option<i64>Trait Implementations§
Source§impl Clone for CommentsListFileOptions
impl Clone for CommentsListFileOptions
Source§fn clone(&self) -> CommentsListFileOptions
fn clone(&self) -> CommentsListFileOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 CommentsListFileOptions
impl Debug for CommentsListFileOptions
Source§impl Default for CommentsListFileOptions
impl Default for CommentsListFileOptions
Source§fn default() -> CommentsListFileOptions
fn default() -> CommentsListFileOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CommentsListFileOptions
impl RefUnwindSafe for CommentsListFileOptions
impl Send for CommentsListFileOptions
impl Sync for CommentsListFileOptions
impl Unpin for CommentsListFileOptions
impl UnsafeUnpin for CommentsListFileOptions
impl UnwindSafe for CommentsListFileOptions
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