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