pub struct CommentRm { /* private fields */ }Expand description
Type tag identifying the comment-removal action; carries no data.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CommentRm
impl RefUnwindSafe for CommentRm
impl Send for CommentRm
impl Sync for CommentRm
impl Unpin for CommentRm
impl UnsafeUnpin for CommentRm
impl UnwindSafe for CommentRm
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