pub struct PublicBlockFromCommentParams {
pub comment_ids: Option<Vec<String>>,
}Fields§
§comment_ids: Option<Vec<String>>A list of comment ids to check if are blocked after performing the update.
Implementations§
Trait Implementations§
Source§impl Clone for PublicBlockFromCommentParams
impl Clone for PublicBlockFromCommentParams
Source§fn clone(&self) -> PublicBlockFromCommentParams
fn clone(&self) -> PublicBlockFromCommentParams
Returns a duplicate of the value. Read more
1.0.0 · 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 PublicBlockFromCommentParams
impl Debug for PublicBlockFromCommentParams
Source§impl Default for PublicBlockFromCommentParams
impl Default for PublicBlockFromCommentParams
Source§fn default() -> PublicBlockFromCommentParams
fn default() -> PublicBlockFromCommentParams
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PublicBlockFromCommentParams
impl<'de> Deserialize<'de> for PublicBlockFromCommentParams
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
Source§impl PartialEq for PublicBlockFromCommentParams
impl PartialEq for PublicBlockFromCommentParams
Source§fn eq(&self, other: &PublicBlockFromCommentParams) -> bool
fn eq(&self, other: &PublicBlockFromCommentParams) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PublicBlockFromCommentParams
Auto Trait Implementations§
impl Freeze for PublicBlockFromCommentParams
impl RefUnwindSafe for PublicBlockFromCommentParams
impl Send for PublicBlockFromCommentParams
impl Sync for PublicBlockFromCommentParams
impl Unpin for PublicBlockFromCommentParams
impl UnwindSafe for PublicBlockFromCommentParams
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