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