pub struct UnBlockFromCommentParams {
pub comment_ids_to_check: Option<Vec<String>>,
}Fields§
§comment_ids_to_check: Option<Vec<String>>Implementations§
Source§impl UnBlockFromCommentParams
impl UnBlockFromCommentParams
pub fn new() -> UnBlockFromCommentParams
Trait Implementations§
Source§impl Clone for UnBlockFromCommentParams
impl Clone for UnBlockFromCommentParams
Source§fn clone(&self) -> UnBlockFromCommentParams
fn clone(&self) -> UnBlockFromCommentParams
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 UnBlockFromCommentParams
impl Debug for UnBlockFromCommentParams
Source§impl Default for UnBlockFromCommentParams
impl Default for UnBlockFromCommentParams
Source§fn default() -> UnBlockFromCommentParams
fn default() -> UnBlockFromCommentParams
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UnBlockFromCommentParams
impl<'de> Deserialize<'de> for UnBlockFromCommentParams
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 UnBlockFromCommentParams
impl PartialEq for UnBlockFromCommentParams
Source§impl Serialize for UnBlockFromCommentParams
impl Serialize for UnBlockFromCommentParams
impl StructuralPartialEq for UnBlockFromCommentParams
Auto Trait Implementations§
impl Freeze for UnBlockFromCommentParams
impl RefUnwindSafe for UnBlockFromCommentParams
impl Send for UnBlockFromCommentParams
impl Sync for UnBlockFromCommentParams
impl Unpin for UnBlockFromCommentParams
impl UnwindSafe for UnBlockFromCommentParams
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