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