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