pub enum CommentCollectionStrategy {
Off,
Separate,
AsTokens,
}
Variants§
Trait Implementations§
Source§impl Clone for CommentCollectionStrategy
impl Clone for CommentCollectionStrategy
Source§fn clone(&self) -> CommentCollectionStrategy
fn clone(&self) -> CommentCollectionStrategy
Returns a copy 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 CommentCollectionStrategy
impl Debug for CommentCollectionStrategy
Source§impl Default for CommentCollectionStrategy
impl Default for CommentCollectionStrategy
Source§fn default() -> CommentCollectionStrategy
fn default() -> CommentCollectionStrategy
Returns the “default value” for a type. Read more
impl StructuralPartialEq for CommentCollectionStrategy
Auto Trait Implementations§
impl Freeze for CommentCollectionStrategy
impl RefUnwindSafe for CommentCollectionStrategy
impl Send for CommentCollectionStrategy
impl Sync for CommentCollectionStrategy
impl Unpin for CommentCollectionStrategy
impl UnwindSafe for CommentCollectionStrategy
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)