pub enum LineCommentPosition {
Any,
Start,
}Variants§
Trait Implementations§
Source§impl Clone for LineCommentPosition
impl Clone for LineCommentPosition
Source§fn clone(&self) -> LineCommentPosition
fn clone(&self) -> LineCommentPosition
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 LineCommentPosition
impl Debug for LineCommentPosition
Source§impl Default for LineCommentPosition
impl Default for LineCommentPosition
Source§fn default() -> LineCommentPosition
fn default() -> LineCommentPosition
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LineCommentPosition
impl<'de> Deserialize<'de> for LineCommentPosition
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 LineCommentPosition
impl PartialEq for LineCommentPosition
Source§fn eq(&self, other: &LineCommentPosition) -> bool
fn eq(&self, other: &LineCommentPosition) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for LineCommentPosition
impl Serialize for LineCommentPosition
impl StructuralPartialEq for LineCommentPosition
Auto Trait Implementations§
impl Freeze for LineCommentPosition
impl RefUnwindSafe for LineCommentPosition
impl Send for LineCommentPosition
impl Sync for LineCommentPosition
impl Unpin for LineCommentPosition
impl UnsafeUnpin for LineCommentPosition
impl UnwindSafe for LineCommentPosition
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