pub struct RemoveCommentsOptimization;
Implementations§
Trait Implementations§
source§impl Debug for RemoveCommentsOptimization
impl Debug for RemoveCommentsOptimization
source§impl Default for RemoveCommentsOptimization
impl Default for RemoveCommentsOptimization
source§fn default() -> RemoveCommentsOptimization
fn default() -> RemoveCommentsOptimization
Returns the “default value” for a type. Read more
source§impl Hash for RemoveCommentsOptimization
impl Hash for RemoveCommentsOptimization
source§impl PartialEq for RemoveCommentsOptimization
impl PartialEq for RemoveCommentsOptimization
source§fn eq(&self, other: &RemoveCommentsOptimization) -> bool
fn eq(&self, other: &RemoveCommentsOptimization) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for RemoveCommentsOptimization
impl StructuralPartialEq for RemoveCommentsOptimization
Auto Trait Implementations§
impl Freeze for RemoveCommentsOptimization
impl RefUnwindSafe for RemoveCommentsOptimization
impl Send for RemoveCommentsOptimization
impl Sync for RemoveCommentsOptimization
impl Unpin for RemoveCommentsOptimization
impl UnwindSafe for RemoveCommentsOptimization
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